blues <[EMAIL PROTECTED]> [20-04-2007 16:15]:
> Author: blues                        Date: Fri Apr 20 14:15:15 2007 GMT
> Module: SOURCES                       Tag: HEAD
> ---- Log message:
> - updated for 1.3.3
[...]
>  -# Checks for libraries.
>  -AC_CHECK_LIB([php5], [php_module_startup],[], [have_php5="no"], 
> [$PHP_LDFLAGS])

This is pointless.  Should be s/php5/php_common/.  And it won't work
until this is fixed:

  $ gcc /usr/lib/libphp_common.so 2>&1 | grep so:
  /usr/lib/libphp_common.so: undefined reference to `pthread_key_create'
  /usr/lib/libphp_common.so: undefined reference to `pthread_getspecific'
  /usr/lib/libphp_common.so: undefined reference to `pthread_key_delete'
  /usr/lib/libphp_common.so: undefined reference to 
`php_register_internal_extensions'
  /usr/lib/libphp_common.so: undefined reference to `pthread_setspecific'

-- 
Radosław Zieliński <[EMAIL PROTECTED]>

Attachment: pgpIdU5cV93LB.pgp
Description: PGP signature

_______________________________________________
pld-devel-en mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to