>> ltconfig:630: gcc -o conftest -g -O2 -I/usr/local/lib/glib/include >> -I/usr/local/include -I/usr/local/mysql/include/mysql -I/usr/lo$ >> /usr/bin/ld: cannot find -l--library=mysqlclient >> collect2: ld returned 1 exit status > >In config.m4, could you try replacing > LIBS="$LIBS "`$MIDGARDCONFIG --libs` >with > PHP_EVAL_LIBLINE(`$MIDGARDCONFIG --libs`, MIDGARD_SHARED_LIBADD) > >Emile
That addition worked. That allowed for the module to be completed. I added the config info into httpd.conf and attempted to start apache. The server started but I got this error message... PHP Warning: Unable to load dynamic library './midgard.so' - ./midgard.so: cannot open shared object file: No such file or directory in Unknown on line 0 Is this one easy? Dan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
