chruldt

Results 9 comments of chruldt

Should it be `config autossh .... config autossh ... ` or `config autossh1 .... config autossh2 ... `?

5.5 and then 5.4, same error. phpinfo() shows everything as expected, it's just when trying to use mysql mysql_pconnect if I recall correctly...

It was a production server so I had to back out, but all wordpress sites (3.x) stopped working with the same error, and all uses mysql... I think the code...

This server har been running Apple's php so far (or so I believe...) Could /usr/lib/libiconv.2.dylib be messed up? The file exists, but there is no (AFAIK) ldd on mac...

I got this: t# otool -L /usr/local/php5/libphp5.so /usr/local/php5/libphp5.so: /usr/lib/libaprutil-1.0.dylib (compatibility version 4.0.0, current version 4.9.0) /usr/lib/libexpat.1.dylib (compatibility version 7.0.0, current version 7.2.0) /usr/local/php5/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0) /usr/lib/libsqlite3.dylib...

But I don't se libiconv there...

And, just for reference: # otool -L /usr/lib/libiconv.dylib /usr/lib/libiconv.dylib: /usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.0)

Ah, bur the error says: Symbol not found: _libiconv\n Referenced from: /usr/local/php5/lib/libintl.8.dylib\n Expected in: /usr/lib/libiconv.2.dylib\n in Seems it tries to use the system iconv rather than the bundled... How may...

Nope, I didn't, will try that the next service window... Seems I get the same... # otool -L /usr/local/php5/lib/libintl.8.dylib /usr/local/php5/lib/libintl.8.dylib: /usr/local/php5/lib/libintl.8.dylib (compatibility version 10.0.0, current version 10.1.0) /usr/local/php5/lib/libiconv.2.dylib (compatibility version...