Anonymous | Login | Signup for a new account | 11-10-2008 12:36 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
0004404 | [buildroot] Architecture Specific | minor | always | 07-31-08 10:24 | 09-18-08 01:32 | |||||||
Reporter | kreuters | View Status | public | |||||||||
Assigned To | buildroot | |||||||||||
Priority | normal | Resolution | open | |||||||||
Status | assigned | Product Version | 0.9.27 | |||||||||
Summary | 0004404: PHP 5.2.6 fails with SQLite compatibility, missing -ldl | |||||||||||
Description |
selecting to include php with default settings fails with the following error messages: ext/pdo_sqlite/sqlite/src/os_unix.o: In function `sqlite3UnixDlclose': /home/dikkie/Documents/dns323/uclibc/buildroot/build_arm/php-5.2.6/ext/pdo_sqlite/sqlite/src/os_unix.c:2627: undefined reference to `dlclose' ext/pdo_sqlite/sqlite/src/os_unix.o: In function `sqlite3UnixDlsym': /home/dikkie/Documents/dns323/uclibc/buildroot/build_arm/php-5.2.6/ext/pdo_sqlite/sqlite/src/os_unix.c:2624: undefined reference to `dlsym' ext/pdo_sqlite/sqlite/src/os_unix.o: In function `sqlite3UnixDlopen': /home/dikkie/Documents/dns323/uclibc/buildroot/build_arm/php-5.2.6/ext/pdo_sqlite/sqlite/src/os_unix.c:2621: undefined reference to `dlopen' collect2: ld returned 1 exit status make[1]: *** [sapi/cgi/php-cgi] Error 1 make[1]: Leaving directory `/home/dikkie/Documents/dns323/uclibc/buildroot/build_arm/php-5.2.6' make: *** [/home/dikkie/Documents/dns323/uclibc/buildroot/build_arm/php-5.2.6/.built] Error 2 the build_arm/php/Makefile needs -ldl added to EXTRA_LIBS= , works fine after that |
|||||||||||
Additional Information | ||||||||||||
Attached Files |
![]() |
|||||||||||
|
![]() |
|
(0011584) nickpeirson 09-18-08 01:32 |
I'm seeing this on i386, so it doesn't seem to be arm specific. The fix works for me as well. |
Copyright © 2000 - 2006 Mantis Group |