install tech plaform 3.0.1 on debian linux |
Site Admin
|
please run
ldd -v /usr/local/nusphere/apache/libexec/libphp4.so and check if all the shared objects are resolved, then check libraries that comes with TechPlatform itself and if necessary set/update LD_LIBRARY_PATH environment variable in apachectl to list missed directories |
||||||||||||
|
|
I ran the command and here is what I get: libpam.so.0 => /lib/libpam.so.0 (0x40295000) libdl.so.2 => /lib/libdl.so.2 (0x4029d000) libz.so.1 => /usr/lib/libz.so.1 (0x402a1000) libpng.so.2 => not found libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x402b3000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x402d1000) libresolv.so.2 => /lib/libresolv.so.2 (0x402fe000) libm.so.6 => /lib/libm.so.6 (0x40310000) libnsl.so.1 => /lib/libnsl.so.1 (0x40333000) libc.so.6 => /lib/libc.so.6 (0x40348000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) Version information: /usr/local/nusphere/apache/libexec/libphp4.so: libcrypt.so.1 (GLIBC_2.0) => /lib/libcrypt.so.1 libm.so.6 (GLIBC_2.0) => /lib/libm.so.6 libdl.so.2 (GLIBC_2.1) => /lib/libdl.so.2 libdl.so.2 (GLIBC_2.0) => /lib/libdl.so.2 libresolv.so.2 (GLIBC_2.0) => /lib/libresolv.so.2 libc.so.6 (GLIBC_2.1) => /lib/libc.so.6 libc.so.6 (GLIBC_2.0) => /lib/libc.so.6 /lib/libpam.so.0: libdl.so.2 (GLIBC_2.1) => /lib/libdl.so.2 libdl.so.2 (GLIBC_2.0) => /lib/libdl.so.2 libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6 libc.so.6 (GLIBC_2.1) => /lib/libc.so.6 libc.so.6 (GLIBC_2.0) => /lib/libc.so.6 libc.so.6 (GLIBC_2.3) => /lib/libc.so.6 /lib/libdl.so.2: libc.so.6 (GLIBC_2.3) => /lib/libc.so.6 libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6 libc.so.6 (GLIBC_2.1) => /lib/libc.so.6 libc.so.6 (GLIBC_PRIVATE) => /lib/libc.so.6 libc.so.6 (GLIBC_2.0) => /lib/libc.so.6 ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2 /usr/lib/libz.so.1: libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6 libc.so.6 (GLIBC_2.1) => /lib/libc.so.6 libc.so.6 (GLIBC_2.0) => /lib/libc.so.6 /usr/lib/libjpeg.so.62: libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6 libc.so.6 (GLIBC_2.0) => /lib/libc.so.6 /lib/libcrypt.so.1: libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6 libc.so.6 (GLIBC_2.0) => /lib/libc.so.6 /lib/libresolv.so.2: libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6 libc.so.6 (GLIBC_2.1) => /lib/libc.so.6 libc.so.6 (GLIBC_2.3) => /lib/libc.so.6 libc.so.6 (GLIBC_2.2) => /lib/libc.so.6 libc.so.6 (GLIBC_2.0) => /lib/libc.so.6 /lib/libm.so.6: ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2 libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6 libc.so.6 (GLIBC_2.0) => /lib/libc.so.6 /lib/libnsl.so.1: libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6 libc.so.6 (GLIBC_2.2) => /lib/libc.so.6 libc.so.6 (GLIBC_2.2.3) => /lib/libc.so.6 libc.so.6 (GLIBC_2.0) => /lib/libc.so.6 libc.so.6 (GLIBC_2.1) => /lib/libc.so.6 /lib/libc.so.6: ld-linux.so.2 (GLIBC_2.1) => /lib/ld-linux.so.2 ld-linux.so.2 (GLIBC_2.0) => /lib/ld-linux.so.2 ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2 I am not sure how to do all the other things that you are saying to do. Jeff |
||||||||||||||
|
Site Admin
|
okay.
it printed libpng.so.2 => not found , so this library seems the only missed library. Please check if libpng.so.2 file is in TechPlatform's directory (sorry I have no linux box under my hands right now and can't do it for you). If not, just install libpng from your Linux distribution disks. |
||||||||||||
|
|
Thanks!! So far it is working. Jeff |
||||||||||||||
|
|
Hi,
Another question. When I reboot my system, I get an error that says it cant start apache because it is not executable. Now i can start apache from the command line. In anycase it appears that nothing in the techplatfrom is starting on boot even though I chose those options on install. Any idea why? Jeff |
||||||||||||
|
Site Admin
|
please check if apache ctl script is symlinked from /etc/init.d/rc.d/ directory, then run chkconfig with --add option to add this script for a certain runlevel or runlevels.
|
||||||||||||
|
|
Actually there ins't a directory named rc.d. So do I just create the directory, add a symlink named apache? Thanks, Jeff |
||||||||||||||
|
install tech plaform 3.0.1 on debian linux |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by