> What did you change the LANG variable to? It should be something like > "en_US" or better yet, en_US.iso885915 (if you're in the United > States). Or the value "C" should work. Remember that it's > case-sensitive. my i18n file: LANG="en_US.iso885915" SUPPORTED="en_US.iso885915" SYSFONT="latarcyrheb-sun16" LC_COLLATE="C" I still get this when I go to make PHP (see below), and the same errors happen w/ NET::SSLeay. ext/mysql/libmysql/my_tempnam.lo(.text+0x4c): In function `my_tempnam': /apps/config/php-4.3.1/php-4.3.1/ext/mysql/libmysql/my_tempnam.c:103: the use of `tempnam' is dangerous, better use `mkstemp' ext/mysql/libmysql/my_lib.lo(.text+0x3d1): In function `my_dir': /apps/config/php-4.3.1/php-4.3.1/ext/mysql/libmysql/my_lib.c:169: undefined reference to `errno' ext/mysql/libmysql/my_lib.lo(.text+0x5ef): In function `my_stat': /apps/config/php-4.3.1/php-4.3.1/ext/mysql/libmysql/my_lib.c:588: undefined reference to `errno' ext/mysql/libmysql/my_malloc.lo(.text+0xde): In function `my_malloc': /apps/config/php-4.3.1/php-4.3.1/ext/mysql/libmysql/my_malloc.c:24: undefined reference to `errno' ext/mysql/libmysql/my_realloc.lo(.text+0xd5): In function `my_realloc': /apps/config/php-4.3.1/php-4.3.1/ext/mysql/libmysql/my_realloc.c:44: undefined reference to `errno' ext/mysql/libmysql/my_delete.lo(.text+0x86): In function `my_delete': /apps/config/php-4.3.1/php-4.3.1/ext/mysql/libmysql/my_delete.c:16: undefined reference to `errno' ext/mysql/libmysql/my_tempnam.lo(.text+0x89):/apps/config/php-4.3.1/php-4.3.1/ext/mysql/libmysql/my_tempnam.c:108: more undefined references to `errno' follow collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1