On Thu, 18 Dec 2003, Derick Rethans wrote:

> On Thu, 18 Dec 2003, Derick Rethans wrote:
>
> > On Thu, 18 Dec 2003, Andi Gutmans wrote:
> >
> > > Is it OK with latest HEAD? I saw Rasmus commited a patch.
> >
> > Yes, works in HEAD now.
>
> But now I get a link error:
>
> gcc: /usr/lib/libtidy.so: No such file or directory
>
> [EMAIL PROTECTED]:/dat/dev/php/php-5.0dev$ ls -l /usr/lib/libtidy*
> lrwxrwxrwx    1 root     root           21 Dec 10 10:05 /usr/lib/libtidy-0.99.so.0 
> -> libtidy-0.99.so.0.0.0
> -rw-r--r--    1 root     root       298172 Nov 18 00:12 
> /usr/lib/libtidy-0.99.so.0.0.0
> -rw-r--r--    1 root     root       350916 Nov 18 00:12 /usr/lib/libtidy.a
> -rw-r--r--    1 root     root          814 Nov 18 00:12 /usr/lib/libtidy.la

On my FreeBSD box it dies with:

ext/pcre/pcrelib/get.lo: In function `pcre_get_stringnumber':
/homes/rasmus/php5/ext/pcre/pcrelib/get.c:69: undefined reference to `pcre_fullinfo'
/homes/rasmus/php5/ext/pcre/pcrelib/get.c:73: undefined reference to `pcre_fullinfo'
/homes/rasmus/php5/ext/pcre/pcrelib/get.c:75: undefined reference to `pcre_fullinfo'
ext/standard/iptc.lo: In function `zif_iptcparse':
/homes/rasmus/php5/ext/standard/iptc.c:364: undefined reference to 
`zend_hash_add_or_update'
ext/standard/syslog.lo: In function `start_syslog':
/homes/rasmus/php5/ext/standard/syslog.c:130: undefined reference to 
`zend_hash_add_or_update'
/homes/rasmus/php5/ext/standard/syslog.c:131: undefined reference to 
`zend_hash_add_or_update'
/homes/rasmus/php5/ext/standard/syslog.c:132: undefined reference to 
`zend_hash_add_or_update'
/homes/rasmus/php5/ext/standard/syslog.c:133: undefined reference to 
`zend_hash_add_or_update'
ext/standard/syslog.lo:/homes/rasmus/php5/ext/standard/syslog.c:134: more
undefined references to `zend_hash_add_or_update' follow
Zend/zend_list.lo: In function `zend_list_insert':
/homes/rasmus/php5/Zend/zend_list.c:47: undefined reference to 
`zend_hash_index_update_or_next_insert'
Zend/zend_list.lo: In function `zend_register_list_destructors':
/homes/rasmus/php5/Zend/zend_list.c:281: undefined reference to 
`zend_hash_index_update_or_next_insert'
Zend/zend_list.lo: In function `zend_register_list_destructors_ex':
/homes/rasmus/php5/Zend/zend_list.c:305: undefined reference to 
`zend_hash_index_update_or_next_insert'
Zend/zend_ini.lo: In function `zend_register_ini_entries':
/homes/rasmus/php5/Zend/zend_ini.c:153: undefined reference to 
`zend_hash_add_or_update'
collect2: ld returned 1 exit status
*** Error code 1

when trying to link the cli.  config.nice:

'--with-config-file-scan-dir=/etc/php' \
'--disable-all' \
'--with-apxs=/usr/bin/apxs' \
'--enable-cli' \
'--enable-ctype' \
'--enable-exif' \
'--with-pcre-regex' \
'--with-pear' \
'--with-expat-dir=/usr/local' \
'--with-tidy=/usr/local' \
'--enable-xml=shared' \

-Rasmus

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to