Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Apache and PHP5
Date: Sun, 05 Dec 2010 09:04:43
Message-Id: 201012050902.49190.michaelkintzios@gmail.com
In Reply to: [gentoo-user] Apache and PHP5 by Dan Johansson
1 On Saturday 04 December 2010 19:27:57 Dan Johansson wrote:
2 > Today I emerged mysql, apache, PHP5, phpmyadmin and joomla on a Laptop
3 > (~x86) to be able to play a bit with Joomla. But I can not get phpmyadmin
4 > or Joomla to work (both with the same error).
5 >
6 > Mysql and apache starts OK and the the phpmyadmin setup page
7 > (http://localhost/phpmyadmin/setup) loads fine - but when I press the
8 > Save-button all I get back is a blank page (the same is true for Joomla -
9 > after selecting the language and pressing Next - all I get is a black
10 > page)- In apache's error-log I see the following in both cases:
11 >
12 > [Sat Dec 04 19:54:35 2010] [notice] child pid 3134 exit signal Segmentation
13 > fault (11)
14 >
15 > I've had a look at bugs.gentoo.org but could not find anything with
16 > php-5.3.3 or Apache-2.2.16 (just with older versions of php and Apache).
17 >
18 > Any suggestions on where to start to search for a solution or still better
19 > a solution?
20
21 This is a pretty obscure fault. It could be some module clash that leads to
22 it. You could try disabling modules you don't need to see what gives, or try
23 emerging older packages.
24
25 If you want to compare I am running www-servers/apache-2.2.16 and dev-
26 lang/php-5.3.3-r1 without such problems. These are my USE flags:
27
28 dev-lang/php-5.3.3-r1
29
30 Installed versions: 5.3.3-r1(5)(20:07:00 15/10/10)(apache2 berkdb bzip2 cli
31 crypt ctype exif fileinfo filter gd gdbm hash iconv json ldap mysql nls phar
32 posix readline session simplexml spell ssl tokenizer truetype unicode xml
33 xmlreader xmlwriter zlib -adabas -bcmath -birdstep -calendar -cdb -cgi -cjk -
34 concurrentmodphp -curl -curlwrappers -db2 -dbmaker -debug -doc -embed -empress
35 -empress-bcs -enchant -esoob -firebird -flatfile -fpm -frontbase -ftp -gd-
36 external -gmp -imap -inifile -interbase -intl -iodbc -ipv6 -kerberos -kolab -
37 ldap-sasl -libedit -mssql -mysqli -mysqlnd -oci8 -oci8-instant-client -odbc -
38 pcntl -pdo -pic -postgres -qdbm -recode -sapdb -sharedext -sharedmem -snmp -
39 soap -sockets -solid -sqlite -sqlite3 -suhosin -sybase-ct -sysvipc -threads -
40 tidy -wddx -xmlrpc -xpm -xsl -zip)
41
42 www-servers/apache-2.2.16
43
44 Installed versions: 2.2.16(2)(22:38:16 15/10/10)(apache2_modules_actions
45 apache2_modules_alias apache2_modules_auth_basic apache2_modules_authn_alias
46 apache2_modules_authn_anon apache2_modules_authn_dbm
47 apache2_modules_authn_default apache2_modules_authn_file
48 apache2_modules_authz_dbm apache2_modules_authz_default
49 apache2_modules_authz_groupfile apache2_modules_authz_host
50 apache2_modules_authz_owner apache2_modules_authz_user
51 apache2_modules_autoindex apache2_modules_cache apache2_modules_cgi
52 apache2_modules_cgid apache2_modules_dav apache2_modules_dav_fs
53 apache2_modules_dav_lock apache2_modules_deflate apache2_modules_dir
54 apache2_modules_disk_cache apache2_modules_env apache2_modules_expires
55 apache2_modules_ext_filter apache2_modules_file_cache apache2_modules_filter
56 apache2_modules_headers apache2_modules_include apache2_modules_info
57 apache2_modules_log_config apache2_modules_logio apache2_modules_mem_cache
58 apache2_modules_mime apache2_modules_mime_magic apache2_modules_negotiation
59 apache2_modules_rewrite apache2_modules_setenvif apache2_modules_speling
60 apache2_modules_status apache2_modules_unique_id apache2_modules_userdir
61 apache2_modules_usertrack apache2_modules_vhost_alias ldap ssl -
62 apache2_modules_asis -apache2_modules_auth_digest -apache2_modules_authn_dbd -
63 apache2_modules_cern_meta -apache2_modules_charset_lite -apache2_modules_dbd -
64 apache2_modules_dumpio -apache2_modules_ident -apache2_modules_imagemap -
65 apache2_modules_log_forensic -apache2_modules_proxy -apache2_modules_proxy_ajp
66 -apache2_modules_proxy_balancer -apache2_modules_proxy_connect -
67 apache2_modules_proxy_ftp -apache2_modules_proxy_http -
68 apache2_modules_substitute -apache2_modules_version -apache2_mpms_event -
69 apache2_mpms_itk -apache2_mpms_peruser -apache2_mpms_prefork -
70 apache2_mpms_worker -debug -doc -selinux -static -suexec -threads)
71
72 HTH.
73 --
74 Regards,
75 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Apache and PHP5 Dan Johansson <Dan.Johansson@×××.nu>