Recent Topics

1 Dec 23, 2005 23:10    

hi,

I have the following problem with my 0.9.1 installation of b2evo:

After giving the proper data for the base-configuration the installer asks for the way of the installation.

I choose "New Install" and then click the "GO!"-Button. The only response I get is an entry in my apache-error-log: "exit signal Segmentation fault (11)".

I think, the reason for that must be my Mysql-Installation.

Server_Config:
- http-2.0.54
- php-5.0.4
- mysql-4.1.9

The MySQL-Installation has been upgraded from 4.0.21 some months ago.

I recompiled Apache, PHP and MySQL (formerly gcc-3.3, now gcc-4.0):
- httpd-2.0.55
- php-5.0.5
- mysql-4.1.16

but nothing changed.

Any Ideas?

Tia
Stefan

2 Dec 24, 2005 15:12

Sounds like more of a LAMP problem than a b2evo problem. Or do you have other php/mysql apps running fine? Do you have the apache mods installed for php and mysql? And isn't there some extension to php or mysql that makes them able to talk to each other? Check the LAMP setup guides for your distro.

3 Dec 24, 2005 16:04

The LAMP-Installation is ok (or at least I think so ;) ). There are about 15 domains stored on that server, almost all of them use php/mysql. And all of them are working fine (no other segfaults reported in the apache-error-log).

Just to be sure, there's no problem with my webserver, here are the configure-commands I used to compile the installed LAMP-components:

MySQL
$ ./configure --prefix=/usr/local/mysql --localstatedir=/var/lib/mysql --sysconfdir=/etc --enable-assembler --with-mysqld-user=meieskjuel --with-openssl

HTTPd
$ ./configure --localstatedir=/var/log/httpd --datadir=/var/www --sysconfdir=/etc/httpd --enable-mods-shared=most --enable-mime-magic --enable-deflate --enable-ssl

PHP
$ ./configure  --sysconfdir=/etc --with-apxs2=/usr/local/apache2/bin/apxs --with-config-file-path=/etc --with-openssl --with-zlib --enable-bcmath --enable-calendar --with-dba --with-dom --enable-exif --enable-ftp --with-gd --with-imap --with-mcrypt --with-mime-magic --with-mysql=/usr/local/mysql --with-cyrus=/usr/local --with-gettext --with-xml --with-kerberos --with-mcal=/usr --with-jpeg-dir=/usr/lib --with-imap-ssl


I've got no (remarkable) warnings or errors during compilation.

This combination is running on a debian-box (sarge) with a custom-made kernel (2.6.8).

I tried playing with some apache-parameters for that domain (turned on/off php_admin_flags for register_globals, safe_mode, ...), tried other 'useful' things but nothing changed at all.

I love this kind of christmas-challenge :'(

4 Dec 24, 2005 16:11

Have you tried redownloading b2evo? Maybe one of the files got lost. You could also try another version, just as a test. Or another SF mirror.

5 Jan 24, 2006 20:24

I've got it B)

After upgrading to mysql 4.1 I had forgotten to delete the obsolete libmysqlclient.so.12.

The configure-script of php then used the old libs instead of libmysqlclient.so.14.

After deleting the old libs and recompiling php I now have a working www-environment.

:oops:

Stefan


Form is loading...