stelios issaias wrote:

> >What do the 5 or so lines above that read?
> 
> gcc -DLINUX=2 -DUSE_HSRGEX -DUSE_EXPAT -I..lib/expat-lite -fpic 
> -DSHARED_MODULE -I/usr/local/apache/include -I. -I. -c ./mod_php3.c
> 
> gcc -shared -o libphp3.so mod_php3.o libmodphp3-so.a -L/usr/local/lib 
> -L/usr/local/mysql-3.22.32/lib -lmysqlclient -lgdbm pcrelib/libpcre.a 
> -L/usr/local/lib -lmidgard -lpam -lm -ldl -lcrypt -lnsl -lresolv -Lpcrelib 
> -lpcre -W1 -rpath /usr/local/mysql-3.22.32/lib

Try editing out the 
   -rpath /usr/local/mysql-3.22.32/lib
in the Makefile and restart the compile.

I have no idea what this option is supposed to do but I've seen
problems with it before and could always remove it without problems.

Emile


--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to