Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
php and sqlite for fluxbb, installation problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
siljrath
n00b
n00b


Joined: 21 Oct 2009
Posts: 21
Location: the sovereign state of my mostly brown slip on shoes.

PostPosted: Fri Sep 27, 2013 6:31 am    Post subject: php and sqlite for fluxbb, installation problem Reply with quote

(wasnt sure if this was best suited in the programming, networking, or unsupported, so "other things gentoo" will do i suppose)

I'm trying to install a fluxbb 1.5.4 forum on my gentoo server, following their install instructions: http://fluxbb.org/docs/v1.5/installing

i have gotten so far as to get the following message when attempting to open install.php in my browser.
Quote:
An error was encountered
Error: This PHP environment does not have support for any of the databases that FluxBB supports. PHP needs to have support for either MySQL, PostgreSQL or SQLite in order for FluxBB to be installed..


dev-db/sqlite is installed.
dev-lang/php is installed and has the sqlite useflag.
used eselect to make php's apache and cli use 5-5, make.conf's PHP_TARGETS uses 5-5, /etc/conf.d/apache2 has -D PHP5 in APACHE2_OPTS.
i have made sure the cache and img/avatars dirs have write permissions ~ and tried install.php with the forum root dir on 777 briefly too.
apache is installed, running, and has been resarted, and stop/start'd, since last change to the system.

what am i missing?

does php need cgi and/or fpm and/or embed for fluxbb to work?
(besides the nginx and lighttpd stuff, i think that's the only stuff i didnt do from http://wiki.gentoo.org/wiki/PHP )

here's some particulars. needless to say, let me know what other information i should include.
Code:

$ eix dev-lang/php
[I] dev-lang/php
     Available versions: 
     (5.3)  5.3.27
     (5.4)  5.4.17 ~5.4.18 ~5.4.19
     (5.5)  5.5.2 ~5.5.3 ~5.5.3-r1
       {apache2 bcmath berkdb bzip2 calendar cdb cgi cjk +cli crypt +ctype curl curlwrappers debug embed enchant exif +fileinfo +filter firebird flatfile fpm frontbase ftp gd
 gdbm gmp +hash +iconv imap inifile intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libmysqlclient mhash mssql mysql mysqli mysqlnd nls oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm readline recode selinux +session sharedmem +simplexml snmp soap sockets spell sqlite sqlite2 ssl sybase-ct systemd sysvipc threads tidy +tokenizer truetype unicode wddx +xml xmlreader xmlrpc xmlwriter xpm xslt zip zlib}                                                                                               Installed versions:  5.5.2(5.5)(07:52:06 AM 09/27/2013)(apache2 berkdb bzip2 cli crypt ctype fileinfo filter gdbm hash iconv ipv6 json nls opcache phar posix readline se
ssion simplexml sqlite ssl tokenizer unicode xml zlib -bcmath -calendar -cdb -cgi -cjk -curl -debug -embed -enchant -exif -firebird -flatfile -fpm -frontbase -ftp -gd -gmp -imap -inifile -intl -iodbc -kerberos -ldap -ldap-sasl -libedit -libmysqlclient -mhash -mssql -mysql -mysqli -oci8-instant-client -odbc -pcntl -pdo -postgres -qdbm -recode -selinux -sharedmem -snmp -soap -sockets -spell -sybase-ct -sysvipc -threads -tidy -truetype -wddx -xmlreader -xmlrpc -xmlwriter -xpm -xslt -zip)                                      Homepage:            http://php.net/
     Description:         The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 and embed SAPIs.

$ eix dev-db/sqlite
[I] dev-db/sqlite
     Available versions: 
     (0)    2.8.16-r5^t
     (3)    3.7.16.2 3.7.17 ~3.8.0 ~3.8.0.1 ~3.8.0.2
       {debug doc +extensions icu nls +readline secure-delete static-libs tcl test}
     Installed versions:  3.7.17(3)(01:09:14 AM 09/26/2013)(extensions readline -debug -doc -icu -secure-delete -static-libs -tcl -test)
     Homepage:            http://sqlite.org/
     Description:         A SQL Database Engine in a C Library

$ eix www-servers/apache
[I] www-servers/apache
     Available versions:  (2) 2.2.24 ~2.2.24-r1 2.2.25 ~2.4.4 ~2.4.4-r3 ~2.4.6 ~2.4.6-r1 ~2.4.6-r2
       {debug doc ldap selinux ssl static suexec threads APACHE2_MODULES="access_compat actions alias asis auth_basic auth_digest authn_alias authn_anon authn_core authn_dbd authn_dbm authn_default authn_file authz_core authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cache_disk cern_meta cgi cgid charset_lite dav dav_fs dav_lock dbd deflate dir disk_cache dumpio env expires ext_filter file_cache filter headers ident imagemap include info lbmethod_bybusyness lbmethod_byrequests lbmethod_bytraffic lbmethod_heartbeat log_config log_forensic logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_fcgi proxy_ftp proxy_http proxy_scgi ratelimit remoteip reqtimeout rewrite setenvif slotmem_shm socache_shmcb speling status substitute unique_id unixd userdir usertrack version vhost_alias" APACHE2_MPMS="event itk peruser prefork worker"}
     Installed versions:  2.2.25(2)(04:19:35 PM 09/24/2013)(ssl -debug -doc -ldap -selinux -static -suexec -threads APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias -asis -auth_digest -authn_dbd -cern_meta -charset_lite -dbd -dumpio -ident -imagemap -log_forensic -proxy -proxy_ajp -proxy_balancer -proxy_connect -proxy_ftp -proxy_http -proxy_scgi -reqtimeout -substitute -version" APACHE2_MPMS="-event -itk -peruser -prefork -worker")
     Homepage:            http://httpd.apache.org/
     Description:         The Apache Web Server.


_________________
SpaceShips For EveryBody
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum