[PHP-DEV] Bug #12063 Updated: make install fails on cp lib/libphp4.so

2001-07-12 Thread sniper

ID: 12063
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Summary: make install fails on cp lib/libphp4.so
Old Status: 
Status: Open
Old Bug Type: Compile Failure
Bug Type: Apache related
Operating System: AIX
PHP Version: 4.0.6


Previous Comments:


[2001-07-11 16:29:22] [EMAIL PROTECTED]

You should stop your running apache before doing make install. If you did that, reopen 
this report if it still fails.



[2001-07-11 14:33:44] [EMAIL PROTECTED]

This error occurs because AIX doesn't immediately unload objects when they're no 
longer being used. One option is to delete the target file before writing it. However, 
the more correct option is to run /usr/sbin/slibclean prior to cp libs/libphp4.so 
 That will unload all object files with load and use counts of 0.



[2001-07-11 14:30:48] [EMAIL PROTECTED]

Running make install produces the following output:

...
Making install in .
/local/php/src/php4/build/shtool mkdir -p /local/www/libexec  
/local/www/bin/apxs -S LIBEXECDIR=/local/www/libexec -i -a -n php4 libs/libphp4.so
cp libs/libphp4.so /local/www/libexec/libphp4.so
cp: /local/www/libexec/libphp4.so: Cannot open or remove a file containing a running 
program.
apxs:Break: Command failed with rc=65536
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.







ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=12063edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12063 Updated: make install fails on cp lib/libphp4.so

2001-07-11 Thread dshafer

ID: 12063
Updated by: dshafer
Reported By: [EMAIL PROTECTED]
Old Summary: make install fails on cp lib/libphp4.so
Status: Open
Bug Type: Compile Failure
Operating System: AIX
PHP Version: 4.0.6
New Comment:

This error occurs because AIX doesn't immediately unload objects when they're no 
longer being used. One option is to delete the target file before writing it. However, 
the more correct option is to run /usr/sbin/slibclean prior to cp libs/libphp4.so 
 That will unload all object files with load and use counts of 0.

Previous Comments:


[2001-07-11 14:30:48] [EMAIL PROTECTED]

Running make install produces the following output:

...
Making install in .
/local/php/src/php4/build/shtool mkdir -p /local/www/libexec  
/local/www/bin/apxs -S LIBEXECDIR=/local/www/libexec -i -a -n php4 libs/libphp4.so
cp libs/libphp4.so /local/www/libexec/libphp4.so
cp: /local/www/libexec/libphp4.so: Cannot open or remove a file containing a running 
program.
apxs:Break: Command failed with rc=65536
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.







ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=12063edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12063 Updated: make install fails on cp lib/libphp4.so

2001-07-11 Thread derick

ID: 12063
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old Summary: make install fails on cp lib/libphp4.so
Old Status: Open
Status: Bogus
Bug Type: Compile Failure
Operating System: AIX
PHP Version: 4.0.6
New Comment:

You should stop your running apache before doing make install. If you did that, reopen 
this report if it still fails.

Previous Comments:


[2001-07-11 14:33:44] [EMAIL PROTECTED]

This error occurs because AIX doesn't immediately unload objects when they're no 
longer being used. One option is to delete the target file before writing it. However, 
the more correct option is to run /usr/sbin/slibclean prior to cp libs/libphp4.so 
 That will unload all object files with load and use counts of 0.



[2001-07-11 14:30:48] [EMAIL PROTECTED]

Running make install produces the following output:

...
Making install in .
/local/php/src/php4/build/shtool mkdir -p /local/www/libexec  
/local/www/bin/apxs -S LIBEXECDIR=/local/www/libexec -i -a -n php4 libs/libphp4.so
cp libs/libphp4.so /local/www/libexec/libphp4.so
cp: /local/www/libexec/libphp4.so: Cannot open or remove a file containing a running 
program.
apxs:Break: Command failed with rc=65536
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.







ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=12063edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12063 Updated: make install fails on cp lib/libphp4.so

2001-07-11 Thread david-shafer

ID: 12063
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Summary: make install fails on cp lib/libphp4.so
Status: Bogus
Bug Type: Compile Failure
Operating System: AIX
PHP Version: 4.0.6
New Comment:

Yes, Apache is stopped when I run make install. If Apache was running, then slibclean 
wouldn't fix the problem, because the load and use counts wouldn't be 0.

Previous Comments:


[2001-07-11 16:29:22] [EMAIL PROTECTED]

You should stop your running apache before doing make install. If you did that, reopen 
this report if it still fails.



[2001-07-11 14:33:44] [EMAIL PROTECTED]

This error occurs because AIX doesn't immediately unload objects when they're no 
longer being used. One option is to delete the target file before writing it. However, 
the more correct option is to run /usr/sbin/slibclean prior to cp libs/libphp4.so 
 That will unload all object files with load and use counts of 0.



[2001-07-11 14:30:48] [EMAIL PROTECTED]

Running make install produces the following output:

...
Making install in .
/local/php/src/php4/build/shtool mkdir -p /local/www/libexec  
/local/www/bin/apxs -S LIBEXECDIR=/local/www/libexec -i -a -n php4 libs/libphp4.so
cp libs/libphp4.so /local/www/libexec/libphp4.so
cp: /local/www/libexec/libphp4.so: Cannot open or remove a file containing a running 
program.
apxs:Break: Command failed with rc=65536
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.







ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=12063edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]