php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17990 libtool: link: library *** was moved.
Submitted: 2002-06-26 05:26 UTC Modified: 2002-06-26 14:49 UTC
From: kaneb035 at ms55 dot hinet dot net Assigned:
Status: Not a bug Package: Compile Warning
PHP Version: 4.2.1 OS: solaris 2.6
Private report: No CVE-ID: None
 [2002-06-26 05:26 UTC] kaneb035 at ms55 dot hinet dot net
the configure command:
#./configure \
--with-apxs=/usr/local/apache/bin/apxs \
--with-mysql=/usr/local/mysql \
--with-ssl=/usr/local/ssl \
--with-curl=/usr/local/curl \
--with-zlib 

the error messages from make:
/bin/sh libtool --silent --mode=compile gcc  -Imain/ -I/tmp/php4-200206250000/m
/bin/sh libtool --silent --mode=link gcc -DPHP_ATOM_INC -I/tmp/php4-20020625000a
libtool: link: warning: library `/usr/local/curl/lib/libcurl.la' was moved.
libtool: link: warning: library `/usr/local/curl/lib/libcurl.la' was moved.
Output line too long.
/bin/sh libtool --silent --mode=compile gcc  -Imain/ -I/tmp/php4-200206250000/m
/bin/sh libtool --silent --mode=link gcc -export-dynamic -DPHP_ATOM_INC -I/tmp/p
libtool: link: warning: library `/usr/local/curl/lib/libcurl.la' was moved.
libtool: link: warning: library `/usr/local/curl/lib/libcurl.la' was moved.

but the file 'libcurl.la' is exactly in /usr/local/curl/lib

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-26 14:49 UTC] sniper@php.net
It's libtool/curl thing. Not any bug in PHP.
Update curl installation..should get fixed by that.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 11:01:27 2024 UTC