Re: [us...@httpd] Solaris 10 / Apache / LDAP

2010-07-20 Thread Luc I. Suryo
Jamen, Still need help? look in the config.log file and also the problem could be 32bits vs 64bits libraries in with you will need to add -m64 to your CLAGS sometime the error message is not telling the real problem! McGranahan, Jamen wrote at Mon, Jul 12, 2010 at 11:06:33AM -0500: > I am

Re: [EMAIL PROTECTED] httpd fails to start - XmlInitUnknownEncoding error, Solaris 10

2006-10-27 Thread Luc I. Suryo
> Thanks for the tip, I double checked and all > required packages are definately installed OK, so still not sure what's > causing this problem I believe this is the libxml issue, do this ldd /usr/local/apache2/bin/httpd what does it show? then assuming you have the Sunfreeware libxml inst

Re: [EMAIL PROTECTED] Cross-compiling Apache 2.2.3 and PHP 5.1.6

2006-10-06 Thread Luc I. Suryo
need a newer version... I could make the server online for you to check (phpinfo output) email me privatly -ls > -Original Message- > From: Luc I. Suryo [mailto:[EMAIL PROTECTED] > Sent: Friday, October 06, 2006 11:40 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PR

Re: [EMAIL PROTECTED] Cross-compiling Apache 2.2.3 and PHP 5.1.6

2006-10-06 Thread Luc I. Suryo
i have: Solaris 10 x86... no issues... and i have the packages available at ftp://ftp.patriots.net for the Solaris users: I have not tested my SMF (manifest/xml file..) > Has anyone successfully cross-compiled Apache 2.2.3 and PHP 5.1.6 for > any platform? > The Apache eXtenSion tool (apxs) a

Re: [EMAIL PROTECTED] httpd: fatal: hardware capability unsupported

2006-05-23 Thread Luc I. Suryo
> I checked those things: > > bash-3.00# isainfo > i386 ok so 32 bits only! > > Apr 28 14:51:36 unix: [ID 950921 kern.info] cpu0: x86 (GenuineIntel > family 6 model 8 step 3 clock 867 MHz) > Apr 28 14:51:36 unix: [ID 950921 kern.info] cpu0: Intel(r) Pentium(r) III ok a PIII and seems not MMX n

Re: [EMAIL PROTECTED] httpd: fatal: hardware capability unsupported

2006-05-23 Thread Luc I. Suryo
ok teh compiler seems to have generate code not compatible for your system/cpu... i would advice to get Sun's compiler (studio-11) it's free.. couple things to check output of : isainfo output of : dmesg < see if reports soem CPU settings your CC/CFLAGS env. settings

Re: [EMAIL PROTECTED] Trying to get SSI directives processed after request has been processed by Tomcat app server.

2006-04-26 Thread Luc I. Suryo
hope this could help other Apache 2.0.54 (Unix / Solaris) tomcat 5.0.28 (Unix / Solaris) module installed: mod_jk2, allowing us to pass certain directories that are j2eee/java program back to Tomcat..(tomcat is on the back-end in a dmz). So traffice for http://..com/data_scores/ is then

Re: [EMAIL PROTECTED] Httpd 2.2.0 on solaris 10 gives "incorrect Message Authentication Code"

2006-04-06 Thread Luc I. Suryo
Just an update and hope it could help other I have 2x Solaris 10 systems, Ultra-5 and Intel based system (4x PIII) compiler Studio 11 apache: 2.2.0 Openssl: 0.9.8a PHP: 5.1.2 Compile and work just fine.. the only thing I had todo is to disable openssl in php BUT