
12-01-2008, 07:12 AM
|
|
New Member
|
|
Join Date: Dec 2008
Posts: 7
|
|
I installed the plugin to give it a try, but the build failed and seems to have got Litespeed stuck serving 503 pages.
The last lines are:
Code:
/opt/php_with_imap_client//lib/libc-client.a(osdep.o): In function `ssl_onceonlyinit':
/home/cpeasyapache/src/imap-2006k/c-client/osdep.c:300: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
ext/standard/basic_functions.o:(.data+0x1cc4): undefined reference to `zif_chroot'
collect2: ld returned 1 exit status
make: *** [sapi/litespeed/php] Error 1
**ERROR** Could not compile PHP
I tried to switch to Apache using the plugin to try something out, except Apache failed to start and I couldn't free up port 80 again without rebooting the machine.
Edit: After an earlier build of version 5 that had working MySQL (but nothing much else), MediaWiki displayed the following error in place of a blank page, although it might be okay if I can get PHP built properly as it was in cPanel:
Quote:
|
exception 'PDOException' with message 'SQLSTATE[HY000] [14] unable to open database file' in /home/ohserve/public_html/wiki/includes/db/DatabaseSqlite.php:52 Stack trace: #0 /home/ohserve/public_html/wiki/includes/db/DatabaseSqlite.php(52): PDO->__construct('sqlite:/home/oh...', 'ohserve_ohserve', '111111') #1 /home/ohserve/public_html/wiki/includes/db/DatabaseSqlite.php(31): DatabaseSqlite->open('localhost', 'ohserve_ohserve', '111111', 'ohserve_ohserve') #2 /home/ohserve/public_html/wiki/includes/db/LoadBalancer.php(646): DatabaseSqlite->__construct('localhost', 'ohserve_ohserve', '111111', 'ohserve_ohserve', 1, 16) #3 /home/ohserve/public_html/wiki/includes/db/LoadBalancer.php(528): LoadBalancer->reallyOpenConnection(Array) #4 /home/ohserve/public_html/wiki/includes/db/LoadBalancer.php(451): LoadBalancer->openConnection(0, false) #5 /home/ohserve/public_html/wiki/includes/GlobalFunctions.php(2564): LoadBalancer->getConnection(-1, Array, false) #6 /home/ohserve/public_html/wiki/includes/MessageCache.php(301): wfGetDB(-1) #7 /home/ohserve/public_html/wiki/includes/MessageCache.php(264): MessageCache->loadFromDB('en') #8 /home/ohserve/public_html/wiki/includes/MessageCache.php(606): MessageCache->load('en') #9 /home/ohserve/public_html/wiki/includes/MessageCache.php(543): MessageCache->getMsgFromNamespace('Mainpage', 'en') #10 [internal function]: MessageCache->get('mainpage', true, true) #11 /home/ohserve/public_html/wiki/includes/StubObject.php(58): call_user_func_array(Array, Array) #12 /home/ohserve/public_html/wiki/includes/StubObject.php(76): StubObject->_call('get', Array) #13 [internal function]: StubObject->__call('get', Array) #14 /home/ohserve/public_html/wiki/includes/GlobalFunctions.php(467): StubObject->get('mainpage', true, true) #15 /home/ohserve/public_html/wiki/includes/GlobalFunctions.php(432): wfMsgGetKey('mainpage', true, true, true) #16 /home/ohserve/public_html/wiki/includes/GlobalFunctions.php(380): wfMsgReal('mainpage', Array, true, true) #17 /home/ohserve/public_html/wiki/includes/Title.php(293): wfMsgForContent('mainpage') #18 /home/ohserve/public_html/wiki/includes/Wiki.php(105): Title::newMainPage() #19 /home/ohserve/public_html/wiki/index.php(60): MediaWiki->checkInitialQueries(NULL, 'view') #20 {main}
|
Last edited by Mantis; 12-01-2008 at 07:31 AM..
|