PDA

View Full Version : PAMP.pbi on VMware notes


vk
03-30-2006, 06:45 AM
- needed to make link libexpat.so.6 to libexpat.so.5
- PAMP manager writes both apache and mysql enables in /etc/rc.conf on the same line

If fixed it works great :)

nphdai
04-03-2006, 01:10 PM
I have just familiar with PCBSD.I run PCBSD on VMWARE .I have error which you exposed upper so can you make clear how to make a link on PCBSD.
Thanks

TerryP
04-03-2006, 06:23 PM
http://www.freebsd.org/cgi/man.cgi?quer ... ormat=html (http://www.freebsd.org/cgi/man.cgi?query=ln&apropos=0&sektion=0&manpath=FreeBSD+6.0-RELEASE&format=html)
Might help you (Konsole). I think Konqueror can create a link to a file from one of the right click menus if you prefer the GUI. (I don't use Konqueror so don't where & how.)

mbgb14
04-03-2006, 06:24 PM
Hey, anyone know why everytime I launch pamp I get

/libexec/ld-elf.so.1: Shared object "libexpat.so.6" not found, required by "httpd"


It's soo annoying!

edit: its not only annoying, httpd won't start - so pamp is useless.

nphdai
04-05-2006, 01:40 PM
First thanks to TerryP who give link for me.
I ran PAMP5 success:
============
Step1:
create a link at root on konsole(like cmd prompt on Windows):
ln -s /usr/local/lib/libexpat.so.5 /usr/local/lib/libexpat.so.6
Step2:
install PAMP5 and start
Step3:
http://localhost to test
================
that's all.

TerryP
04-05-2006, 07:22 PM
Glad to be of service. You'll also notice the Unix shells are more powerful then the Windows NT cmd.exe can ever be, weather you use Konsole, Xterm, RXVT or whatever rocks your boat.

Hey, anyone know why everytime I launch pamp I get

/libexec/ld-elf.so.1: Shared object "libexpat.so.6" not found, required by "httpd"


It's soo annoying!

edit: its not only annoying, httpd won't start - so pamp is useless.

Does any one else get an error like that? I know it's a dependancy issue of some kind 8-) The maintainer would know more.

cariafraweb
04-09-2006, 09:07 AM
Hi,
I was having the same error on a fresh 1.0 RC2 install
Running
ln -s /usr/local/lib/libexpat.so.5 /usr/local/lib/libexpat.so.6
as root solved the problem and now PAMP works perfectly
I think this mod should go in the PBI release