LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problems installing PengAol (https://www.linuxquestions.org/questions/linux-software-2/problems-installing-pengaol-116002/)

degraffenried13 11-14-2003 12:17 PM

Problems installing PengAol
 
I was running ./recompile after untarring the peng tar file, and everything was going fine until it stopped just after showing me all of:

"Pengs Commands (log you as root to use peng)
-a --adduser..............."

"configuration files location: /etc/PengAol/"

/etc/PengAol is not created. I tired to run peng and it says.

"PengGui: error while loading shared libraries: libqtintf.so: cannot open shared object file: No such file or directory"

When I run ./Install I get through most of the lines, but the errors are:

cp: omitting directory 'peng'
cp: cannot stat 'pengsetup': No suc file or directory
cp: cannot stat 'pengui': No such file or directory

cp: cannot stat 'PengMessages.txt': No such file or directory

Thanks for the help.

ToothlessRebel 10-18-2005 09:03 PM

Are you installing as root? It looks as though it was unable to create the configuration directories, permission errors? Check with this.

The GUI is because it doesn't know where to look for that library or it isn't installed, did you install the QTKylix libraries? If so, look for the scrip peng/peng/pangui to see that you must set an environment variable to let it know where to look by the command:
export LD_LIBRARY_PATH=/opt/qtkylix
Then start the GUI.

The install errors are probably because of the makefile failure.


All times are GMT -5. The time now is 02:32 AM.