ID: 16203
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Closed
Bug Type: Ming related
Operating System: FreeBSD 4.3-STABLE
PHP Version: 4.2.0RC1
New Comment:
tested with php4-200203271800 and erro exists again.
configure:37658: checking for Ming_useSWFVersion in -lming
configure:37685: gcc -o conftest -g -O2 -DMOD_SSL=208106 -DEAPI
-DEAPI_MM -DUSE_EXPAT
-L/usr/lib
-R/usr/local/ssl/lib -L/usr/local/ssl/lib -R/usr/local/lib
-L/usr/local/lib -R/usr/X11R6/lib -L/usr/X11R6/lib conftest.$
/usr/local/lib/libc-client4.so: undefined reference to `mm_expunged'
/usr/local/lib/libc-client4.so: undefined reference to `mm_diskerror'
/usr/local/lib/libc-client4.so: undefined reference to `mm_lsub'
/usr/local/lib/libc-client4.so: undefined reference to `mm_flags'
/usr/local/lib/libc-client4.so: undefined reference to `mm_fatal'
/usr/local/lib/libc-client4.so: undefined reference to `mm_nocritical'
/usr/local/lib/libc-client4.so: undefined reference to `mm_notify'
/usr/local/lib/libc-client4.so: undefined reference to `mm_searched'
/usr/local/lib/libc-client4.so: undefined reference to `mm_status'
/usr/local/lib/libc-client4.so: undefined reference to `mm_login'
/usr/local/lib/libc-client4.so: undefined reference to `mm_list'
/usr/local/lib/libc-client4.so: undefined reference to `mm_critical'
/usr/local/lib/libc-client4.so: undefined reference to `mm_exists'
/usr/local/lib/libc-client4.so: undefined reference to `mm_log'
/usr/local/lib/libc-client4.so: undefined reference to `mm_dlog'
configure:37688: $? = 1
configure: failed program was:
#line 37666 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char Ming_useSWFVersion ();
int
main ()
{
Ming_useSWFVersion ();
;
return 0;
}
configure:37705: result: no
configure:37719: error: Ming library 0.2a or greater required.
Previous Comments:
------------------------------------------------------------------------
[2002-03-27 10:32:48] [EMAIL PROTECTED]
This should be fixed in CVS. (HEAD)
Can you please verify it and let me know and I'll merge
the fix to PHP 4.2.0 branch too.
--Jani
------------------------------------------------------------------------
[2002-03-26 20:48:08] [EMAIL PROTECTED]
I'm using FreeBSD-4.5. Problem still exists in current CVS
php4-200203261500.
------------------------------------------------------------------------
[2002-03-22 05:58:15] [EMAIL PROTECTED]
Here goes the part about opendl :
configure:7515: checking for dlopen in -ldl
configure:7542: gcc -o conftest -g -O2 conftest.c -ldl >&5
/usr/libexec/elf/ld: cannot find -ldl
configure:7545: $? = 1
configure: failed program was:
#line 7523 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char dlopen ();
int
main ()
{
dlopen ();
;
return 0;
}
configure:7562: result: no
Also way below :
ac_cv_header_arpa_inet_h='yes'
ac_cv_lib_dl_dlopen='no'
php_cv_cc_dashr='yes'
------------------------------------------------------------------------
[2002-03-22 05:37:16] [EMAIL PROTECTED]
The problem is looks like it is actually with libdl
(for dlopen); could you send the part of the config.log
that mentions it?
------------------------------------------------------------------------
[2002-03-22 04:16:28] [EMAIL PROTECTED]
The problem is exactly the same with the latest snapshot (dated march
22th 2002).
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/16203
--
Edit this bug report at http://bugs.php.net/?id=16203&edit=1