To make LABE (LDAP address book editor) work with PHP, one needs to recompile PHP with LDAP support:
–with-ldap=/usr
The command line should look like this
./configure –with-apxs2=/usr/sbin/apxs –with-mysql=/usr –with-gd=/usr
–with-zlib=/usr –enable-mbstring –with-ldap=/usr
Archives for April 2005
More on building PHP 4.x on Fedora Core 3 (LDAP support)
SEVERE: Error listenerStart
Just found how strangely Tomcat 5.5.9 running on JDK 1.4.x reacts to the fact that a web application was compiled with JDK 5.0 Instead of showing some meaningful error the record in catalina.out looks like this:
Apr 26, 2005 6:29:52 AM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Apr 26, 2005 6:29:52 AM org.apache.catalina.core.StandardContext start
SEVERE: Context [/cm] startup failed due [...]
Gantt chart issue completely resolved
I finally found how to fix the Gantt chart issue completely. It IS a bug of version 2.0.1 The solution comes from here and is the following (original text preserved):open modules/tasks/gantt.php an modify line 137ff. like down below for instance until I have sorted out with the concnering developer what to
do:
// This configuration [...]
More on dotProject Gantt chart generation problem
Actually it didn’t solve the problem completely. Some Gantt charts insome views are generated now, but in some views they still don’t workshowing the same error message. It looks like a bug in version 2.0.1 Solet’s wait for 2.0.2
dotProject Gantt chart generation problem
JpGraph Error. You are trying to use locale (en) which your php installation does not support. Hint: Try to use ‘ ‘ to indicate default locale for this geographic region.
This can be solved by setting up the JPGraph Locale in ‘System Admin’> ‘System Configuration’. One needs to wait a little bit, maybe log out from [...]
More on building PHP 4.x on Fedora Core 3
There is one more parameter that should be used during configure step of building PHP to make phpMyAdmin happy
–enable-mbstring
so the final configuration string looks like this
./configure –with-apxs2=/usr/sbin/apxs –with-mysql=/usr –with-gd=/usr –with-zlib=/usr –enable-mbstring
Building PHP 4.x on Fedora Core 3
I just finished building PHP 4.x to make it work with MySQL 4.1.x on Fedora Core 3. It is needed by dotProject, which I want to try out. This is the configuration line that makes dotProject happy:
./configure –with-apxs2=/usr/sbin/apxs –with-mysql=/usr –with-gd=/usr –with-zlib=/usr
The reason for suffering is that Fedora Core 3 comes with MySQL 3.x [...]
Posts