Posts

Post not yet marked as solved
0 Replies
265 Views
Getting the following error while running C++ CGI on browser Error msg in log Mon Jan 10 14:10:56.092728 2022] [cgi:error] [pid 9743] [client ::1:56104] AH01215: (8)Exec format error: exec of '/usr/local/var/www/cgi-bin/web01.cgi' failed: /usr/local/var/www/cgi-bin/web01.cgi [Mon Jan 10 14:10:56.093580 2022] [cgi:error] [pid 9743] [client ::1:56104] End of script output before headers: web01.cgi Regards
Posted
by vincentva.
Last updated
.
Post not yet marked as solved
0 Replies
159 Views
I get the errors Undefined Symbol: _mysql_init_mysql_close at compile time of C++ in XCode Macos. I am using mysql-8.0.27-macos11-x86_64 version of mysql. Used the following Other Linker Flags :L/Applications/Digit02/Digit02/mysql-8.0.27-macos11-x86_64/lib Other C++ Flags: -I/Applications/Digit02/Digit02/mysql-8.0.27-macos11-x86_64/include -I/Applications/Digit02/Digit02/mysql-8.0.27-macos11-x86_64/lib -I/Applications/Digit02/Digit02/mysql-8.0.27-macos11-x86_64/lib/plugin Digit02 is the name of my project folder & project, I 've copied the mysql files into this folder.
Posted
by vincentva.
Last updated
.