> Trevor Ryan wrote:

> the help with the ./configure worked okay, but now more trouble.
> When i do the make install
> all goes well until the following happens
> pcrelib/study.o pcrelib/pcre.o
> ranlib libmodphp3-so.a
> /usr/sbin/apxs -c -o libphp3.so -I. -I.  -Wl,'-rpath /usr/lib/mysql'
> ./mod_php3.
> c libmodphp3-so.a -L/usr/local/lib  -L/usr/lib/mysql -lmysqlclient
>                -ldb  pcrelib/libpcre.a -L/usr/local/lib -lmidgard
> -lpam -lm -ldl
>  -lcrypt -lnsl  -lresolv  -Lpcrelib -lpcre
> apxs:Error: Unknown option: W

cp Makefile Makefile.bak
sed -e "s/-Wl,'-rpath \([^']*\)'/-L\1/" < Makefile.bak > Makefile

apxs barfs on the -Wl (doesn't know to simply pass it on).

emile

BTW: I am a list member so the CC is not necesary, and could you please
disable html posting for this list? Dunno what it is that outlook does
but
i have a hard time reading outlook htmlmail.

--
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