Quoting root (Tue, Mar 13, 2001 at 12:51:10AM -0800)
> Anyone know why I'm getting this error?

You are trying to include the XML library into the binary or binaries, but 
the system cannot find libxml.so or similiar, in the library path.

Colin.
 
> gcc -o conftest -g -O2   -Wl,-rpath,/usr/local/lib -L/usr/local/lib 
> conftest.c -lz -lxml -lresolv -lm -ldl -lcrypt -lnsl  -lresolv -Lyes/lib 
> -lz 1>&5
> /usr/bin/ld: cannot find -lxml                        <- Here.
> collect2: ld returned 1 exit status

-- 

Colin May                  | "its an illusion, its a game, a reflection of
mailto:[EMAIL PROTECTED]  | someone elses name" - abacab, genesis
http://www.wibble.org.uk   | http://www.abacab.org.uk


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to