|
Man, I wish I could read that. I don't see anything that sticks out right at me. This is what I do see:
---
write(1, "Configure Command", 17Configure Command) = 17
write(1, " => ", 4 => ) = 4
write(1, " \'./configure\' \'--prefix=/usr/l"..., 262 './configure' '--prefix=/usr/local/php5' '--with-litespeed' '--with-mysql' '--with-mysqli' '--enable-exif' '--enable-ftp' '--with-gd' '--with-jpeg-dir=..' '--with-png-dir=..' '--enable-mbstring' '--with-imagick' '--with-config-file-path=/home/myuser/configs') = 262
write(1, "\n", 1
)
---
---
write(1, "Configuration File (php.ini) Pat"..., 33Configuration File (php.ini) Path) = 33
write(1, " => ", 4 => ) = 4
write(1, "/home/myuser/configs", 22/home/myuser/configs) = 22
write(1, "\n", 1
)
write(1, "Loaded Configuration File", 25Loaded Configuration File) = 25
write(1, " => ", 4 => ) = 4
write(1, "(none)", 6(none)) = 6
write(1, "\n", 1
)
---
---
access("/usr/local/lsws/fcgi-bin/lsphp", X_OK) = 0
open("./php-litespeed.ini", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lsws/fcgi-bin/php-litespeed.ini", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/php5/lib/php-litespeed.ini", O_RDONLY) = -1 ENOENT (No such file or directory)
open("./php.ini", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lsws/fcgi-bin/php.ini", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/php5/lib/php.ini", O_RDONLY) = -1 ENOENT (No such file or directory)
---
Any ideas? It looks to me like it is looking all over for this file, but not finding it. Only problem is that there doesn't seem to be anything showing that it is actually looking where it is supposed to look.
Last edited by mwbarker; 04-08-2008 at 03:19 PM..
Reason: ...
|