Hello all,
I have source-compiled and installed both Apache1.3.24 and PHP4.2.3 on Redhat 7.2. No problems so far. But then... I want to start Apache :
Cannot load /usr/local/apache2/libexec/libphp4.so into server: /usr/local/apache2/libexec/libphp4.so: undefined symbol: pcre_malloc
'rpm -q pcre' gives me 'pcre-3.4-2', so I guess that's okay. But why oh why do I get that undefined symbol message?? 😢
Configuration of Apache and PHP was nothing special, pretty much the default (with mysql and apxs) and I'm sure that's not where the problem is.
Has anyone ever had this problem and if so, how can this be fixed/bypassed?
TIA