php4-xml port

2005-06-10 Thread james g.

Greetings,

I'm having a bit of trouble getting the php4-xml port upgraded/ 
installed. Using the php4-extensions meta port, with xml support  
turned on, once it makes it to the php4-xml port install, it fails  
when looking for an expat item:


--

cc -shared  xml.lo  -Wl,--rpath -Wl,/usr/local/lib/.libs -Wl,--rpath - 
Wl,/usr/local/lib  -L/usr/local/lib /usr/local/lib/.libs/ 
libexpat.so   -Wl,-soname -Wl,xml.so -o ./.libs/xml.so


cc: /usr/local/lib/.libs/libexpat.so: No such file or directory
*** Error code 1

Stop in /usr/ports/textproc/php4-xml/work/php-4.3.11/ext/xml.
*** Error code 1

Stop in /usr/ports/textproc/php4-xml.
*** Error code 1

Stop in /usr/ports/lang/php4-extensions.

--

libexpat.so is in /usr/local/lib, but the .libs on that path looks  
bizarre. Any thoughts?


Cheers,
James

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: php4-xml port

2005-06-10 Thread Peter A. Giessel
On 6/10/2005 09:34, james g. seems to have typed:
 cc: /usr/local/lib/.libs/libexpat.so: No such file or directory
 *** Error code 1

[snip]

 libexpat.so is in /usr/local/lib, but the .libs on that path looks  
 bizarre. Any thoughts?

ln -s /usr/local/lib /usr/local/lib/.libs

cd /usr/ports/lang/php4-extensions

make clean
make install
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: php4-xml port.

2005-06-10 Thread Julien Gabel
 cc: /usr/local/lib/.libs/libexpat.so: No such file or directory
 *** Error code 1

 [snip]

 libexpat.so is in /usr/local/lib, but the .libs on that path looks
 bizarre. Any thoughts?

 ln -s /usr/local/lib /usr/local/lib/.libs
 cd /usr/ports/lang/php4-extensions
 make clean
 make install

Or see a not yet commited patch at:
 Problem Report ports/82020
 http://www.freebsd.org/cgi/query-pr.cgi?q=82020

-- 
-jpeg.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: php4-xml port

2005-06-10 Thread Kris Kennaway
On Fri, Jun 10, 2005 at 09:57:28AM -0800, Peter A. Giessel wrote:
 On 6/10/2005 09:34, james g. seems to have typed:
  cc: /usr/local/lib/.libs/libexpat.so: No such file or directory
  *** Error code 1
 
 [snip]
 
  libexpat.so is in /usr/local/lib, but the .libs on that path looks  
  bizarre. Any thoughts?
 
 ln -s /usr/local/lib /usr/local/lib/.libs

Blerk!

The correct solution to this problem has been discussed on ports@
recently and should be committed soon.

Kris


pgp9CGQQtoz8C.pgp
Description: PGP signature


Re: php4-xml port

2005-06-10 Thread james g.
Thanks for all the quick responses! The symlink got the port to  
install for now, until the patch lands. I had done a quick search of  
the ports list before posting, but should have been searching for  
expat information rather than the php4-xml port.


Thanks again!
-J

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]