|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
  [2001-10-10 23:23 UTC] arne at dome dot net dot tw
 recode is installed from ports in /usr/local/ contents of /usr/local/lib: librecode.a librecode.so librecode.so.3 contents of /usr/local/include: recode.h recodext.h ./configure --with-recode --with-mysql --with-apache=../apache_1.3.20 --with-gd --enable-track-vars says: [...] checking for recode support... yes configure: error: I cannot link librecode (-L/usr/local/lib -lrecode). Is it installed? PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 12:00:01 2025 UTC | 
config.log says: [...] configure:44401: checking for recode support configure:44483: gcc -o conftest -g -O2 -DSUPPORT_UTF8 -L/usr/local/lib conftest.c -lgd -lcrypt -lm -lrecode 1>&5 /usr/local/lib/librecode.so: undefined reference to `error' configure: failed program was: #line 44472 "configure" #include "confdefs.h" char *program_name; int main() { recode_format_table(); ; return 0; } what does this mean?