Difference between revisions of "Talk:Install a new server (CentOS)"
From Organic Design wiki
m (wiki markup fix) |
(mysql last hurdle) |
||
Line 17: | Line 17: | ||
</td></tr></table> | </td></tr></table> | ||
::Also looks like I downloaded the wrong version of ming (''doh!''), I want the [http://superb.dl.sourceforge.net/sourceforge/ming/ php] compiling one, I wondered why it kept making c++_ext instead of php_ext... --[[User:Sven|Sven]] 09:52, 31 Mar 2006 (NZST) | ::Also looks like I downloaded the wrong version of ming (''doh!''), I want the [http://superb.dl.sourceforge.net/sourceforge/ming/ php] compiling one, I wondered why it kept making c++_ext instead of php_ext... --[[User:Sven|Sven]] 09:52, 31 Mar 2006 (NZST) | ||
+ | ::Ok now fails here | ||
+ | <table class=document-code><tr><td> | ||
+ | ext/mysql/php_mysql.lo: file not recognized: File truncated | ||
+ | collect2: ld returned 1 exit status | ||
+ | make: *** [libphp4.la] Error 1 | ||
+ | </table> | ||
+ | ::I would suggest a source install of mysql, will look for the file first. --[[User:Sven|Sven]] 10:07, 31 Mar 2006 (NZST) | ||
---- | ---- |
Revision as of 22:07, 30 March 2006
There's no urgency on moving the server across, if it's being a pain, just chip away at it...
I'm pretty sure that --with-dom is usually --with-xml and --with-domxml...
- ok, but thats the least of my worries. --Sven 09:49, 31 Mar 2006 (NZST)
- Doesnt appear to be a --with-domxml switch (only dom)
[root@wikiexpert php-4.4.2]# ./configure --help | grep xml --with-dom[=DIR] Include DOM support (requires libxml >= 2.4.14). DIR is the libxml install directory. --disable-xml Disable XML support using bundled expat lib --with-xmlrpc[=DIR] Include XMLRPC-EPI support. [root@wikiexpert php-4.4.2]# ./configure --help | grep dom --with-dom[=DIR] Include DOM support (requires libxml >= 2.4.14). --with-dom-xslt[=DIR] DOMXML: Include DOM XSLT support (requires libxslt >= 1.0.18). --with-dom-exslt[=DIR] DOMXML: Include DOM EXSLT support (requires libxslt >= 1.0.18). --with-qtdom Include QtDOM support (requires Qt >= 2.2.0). |
ext/mysql/php_mysql.lo: file not recognized: File truncated collect2: ld returned 1 exit status make: *** [libphp4.la] Error 1 |
- I would suggest a source install of mysql, will look for the file first. --Sven 10:07, 31 Mar 2006 (NZST)