Instalation problem under ubuntu
when I am trying to install pacsone in ubuntu i had a message like this
root@mferre-desktop:/home/mferre/pacsone# ./install.sh
Checking for pre-requisites...
libtool package is required but not installed.
Is anybody can help me please.
Thans a lot
root@mferre-desktop:/home/mferre/pacsone# ./install.sh
Checking for pre-requisites...
libtool package is required but not installed.
Is anybody can help me please.
Thans a lot
The error seems to suggest that the libtool package was not installed on your server. To verify, you can run the following command from a shell:
If the command does not return with the path where libtool is located, then you can try installing libtool from a RPM package for your Linux distribution, e.g.,
http://rpmfind.net/
Code: Select all
# which libtool
http://rpmfind.net/
Same
I have the same exact problem on Ubuntu even though I have libtool installed.
Code: Select all
$./install.sh
Checking for pre-requisities.
test:28:/usr/bin/libtool: unexpected operator
libtool package is required but not installed
$which libtool
/usr/bin/libtool
Ok.. I managed to fix it by changing ./install.sh
( The "test" command doesn't like that "-a" or so it seems )
Now I'm running into some other problem:
... Even thouh I get these critical errors the installation program seems to go on but I know that if it fails to copy the proper init scripts ..PACSONE will not start when I reboot my computer...
What can I do ???
Any help would be greatly appreciated.
Best regards
Seabass
( The "test" command doesn't like that "-a" or so it seems )
Now I'm running into some other problem:
Code: Select all
$./install.sh
Checking for pre-requisites...
OK.
Configuring PacsOne Server Startup Scripts...
ln: creating symbol link '/etc/rc.d/rc5.d/S99pacsone' to '/etc/initd.d/pacsone'
: No such file or directory
ln: creating symbolic link `/etc/rc.d/rc0.d/K01pacsone` to '/etc/init.d/pacsone`
:No such file or directory
Done.
What can I do ???
Any help would be greatly appreciated.
Best regards
Seabass
Some Linux distributions put their system startup scripts under a different directory other than the /etc/init.d/ or /etc/rc.d/ folders, so you just need to find out the system startup directory for your Linux distribution, and create a symbolic link to that folder, e.g.,
So that the server can start PacsOne automatically when it enters Run Level 5, and stop PacsOne when it reaches Run Level 0 during shutdown.
Code: Select all
# ln -s /your/system/startup/dir/rc5.d/S99pacsone /etc/init.d/pacsone
# ln -s /your/system/startup/dir/rc0.d/K01pacsone /etc/init.d/pacsone
That means the pacsone script was never executed when the server enters Run Level 5.
Try creating any executable script under "/etc/rc.5d/", e.g.:
Reboot the server and check the /var/log/messages system startup log, and see if the above Echo statement is in the log. If not, then it seems that the "/etc/rc.5d/" is NOT your system startup scripts folder, since the test script was not executed at all.
We have tested the Linux versions of PacsOne Server on the following distributions:
Fedora Core 4/5
SuSe Linux 9.x/10.x
And we also have customer who have installed and run PacsOne successfully on the following distributions:
Debian
Ubuntu
Gentoo
RHEL
Try creating any executable script under "/etc/rc.5d/", e.g.:
Code: Select all
#!/bin/sh
echo "Dummy script executed"
We have tested the Linux versions of PacsOne Server on the following distributions:
Fedora Core 4/5
SuSe Linux 9.x/10.x
And we also have customer who have installed and run PacsOne successfully on the following distributions:
Debian
Ubuntu
Gentoo
RHEL
libtool ubuntu 12.04
root@pacs-server:/home/pacsone# ./install.sh
Checking for pre-requisites...
libfreetype package is required but not installed.
despite installing libfreetype it gives the above Error
Please give us the installation step to install the libfreetype
and please provide us the
installation manual of PACSONE server at UBUNTU 12.04 (precise) 32-bit
Kernel Linux 3.2.0-35-generic-pae
GNOME 3.4.2
Checking for pre-requisites...
libfreetype package is required but not installed.
despite installing libfreetype it gives the above Error
Please give us the installation step to install the libfreetype
and please provide us the
installation manual of PACSONE server at UBUNTU 12.04 (precise) 32-bit
Kernel Linux 3.2.0-35-generic-pae
GNOME 3.4.2
Try searching for the libfreetype package for your OS platform, e.g., you can find the libfreetype rpm package from RPMFIND.NET below:
http://rpmfind.net//linux/RPM/trustix/3 ... .i586.html
http://rpmfind.net//linux/RPM/trustix/3 ... .i586.html
Thanks for the useful Linkpacsone wrote:Try searching for the libfreetype package for your OS platform, e.g., you can find the libfreetype rpm package from RPMFIND.NET below:
http://rpmfind.net//linux/RPM/trustix/3 ... .i586.html
the Installation is completed but the software was not running. i try to restart the server also but it will not working