PDA

View Full Version : .bin wont install - (tried everything?)


Tripytaka
21st July 2009, 06:30
Hi All,

I followed the tutorial “Perfect Ubuntu Server 9.04 ISPConfig3” and have set up my server to be an ISP and can access my website from the outside world. I have installed Joomla and in folders under Joomla Moodle, JFusion and Lime Survey. Everything is working perfect.

The last part of my plan is causing me some grief. I want to install the Jasper Soft BI Suite. I have downloaded “jasperserver-3.5.0-linux-installer.bin” and it is sitting on my desktop. I have followed the jasper Server install pdf and successfully installed Apache Tomcat and Java.

I have studied forums, websites and the great “How to install ANYTHING in Ubuntu”, but when I follow the instructions to install a .bin file the installation fails.


I open the terminal and here's what I enter:

cd Desktop
ls
sudo chmod +x jasperserver-3.5.0-linux-installer.bin
./jasperserver-3.5.0-linux-installer.bin



Here is the result.


myuser@myserver:~$ cd Desktop
myuser@myserver:~/Desktop$ ls

administration-console jasperserver-3.5.0-bin.zip
jasperserver-3.5.0-linux-installer.bin
BI Software
How to install ANYTHING in Ubuntu.pdf

myuser@myserver:~/Desktop$ sudo chmod +x jasperserver-3.5.0-linux-installer.bin

myuser@myserver:~/Desktop$ ./jasperserver-3.5.0-linux-installer.bin
bash: ./jasperserver-3.5.0-linux-installer.bin: No such file or directory

myuser@myserver:~/Desktop$


I have tried:

chmod 755
sudo ./
sudo su (then enter password)

Why is it telling me: No such file or directory” when the 'ls' command clearly shows the .bin sitting on my desktop? Is there a step I am missing?

According to the tutorials and forums the above command should launch the .bin into action the same way double clicking an .exe does. But for me it does not.

How do I get this thing to install. I am old-school .exe and this .bin process is causing me grief. I am familiar with .bin as a mountable image file, but I cannot burn an image with the jasperserver-3.5.0-linux-installer.bin

One thing I thought of could be this part of the “Perfect Server” tutorial.

9 Change The Default Shell

/bin/sh is a symlink to /bin/dash, however we need /bin/bash, not /bin/dash. Therefore we do this:
dpkg-reconfigure dash
Install dash as /bin/sh? <-- No
If you don't do this, the ISPConfig installation will fail.

Can someone please point me in the right direction. I have tried to help myself by reading all the forums I can find, following the instructions, but this .bin has got me beat.

I have tried all the install scripts I can find, and also different .bin files - i always get the same result. Maybe there is something within Ubuntu itself that is blocking the installation of a .bin.

Please help. Any and all assistance is greatly appreciated.

Regards -Tripytaka

falko
22nd July 2009, 17:07
What's the output of ls -la ~/Desktop/?

Tripytaka
23rd July 2009, 01:37
Hi Falko,

Thanks for the reply and for your fantastic tutorials.

Here is the output:

myuser@myserver:~$ ls -la ~/Desktop/
total 1436
drwxr-xr-x 9 administrator administrator 4096 2009-07-23 10:30 .
drwx------ 36 administrator administrator 12288 2009-07-22 14:35 ..
drwxr-xr-x 6 administrator administrator 4096 2009-07-21 23:22 administration-console
drwxr-xr-x 7 root root 4096 2009-07-18 00:15 biserver-ce
drwxr-xr-x 3 administrator administrator 4096 2009-07-21 23:22 biserver-ce-3.0.0-STABLE
drwx------ 5 administrator administrator 4096 2009-07-23 10:30 BI Software
drwxr-xr-x 3 administrator administrator 4096 2009-07-21 20:03 Clean Up
-rwx------ 1 administrator administrator 1400285 2009-07-20 10:39 How to install ANYTHING in Ubuntu.pdf
-rwx------ 1 administrator administrator 238603076 2009-07-17 02:47 jasperserver-3.5.0-linux-installer.bin
drwxr-xr-x 6 administrator administrator 4096 2009-07-22 00:39 pentaho-demo
drwxrwxr-x 3 administrator administrator 4096 2009-07-22 14:34 sun-java6-6-14
-rw-r--r-- 1 administrator administrator 351 2009-07-21 18:37 Unsaved Document 17~
myuser@myserver:~$

Yesterday I had some issues with Java, so i reinstalled Java using a .bin file and it went perfectly.

On the JasperForge forum there is also another person having problems with the Jasper .bin installer, so i think it might be crook.

Regards -Tripytaka

falko
23rd July 2009, 14:30
As administrator, run
chmod 755 ~/Desktop/jasperserver-3.5.0-linux-installer.bin
Then try again.

Tripytaka
23rd July 2009, 14:40
Thanks for your assistance Falko.

Here is the output.

administrator@uiserve:~$ sudo su
root@uiserve:/home/administrator# cd Desktop
root@uiserve:/home/administrator/Desktop# ls
jasperserver-3.5.0-bin
jasperserver-3.5.0-linux-installer.bin
jasperserver-3.5.0-windows-installer.exe
root@uiserve:/home/administrator/Desktop# chmod 755 ~/Desktop/jasperserver-3.5.0-linux-installer.bin
chmod: cannot access `/root/Desktop/jasperserver-3.5.0-linux-installer.bin': No such file or directory
root@uiserve:/home/administrator/Desktop#

Regards - Tripytaka

Tripytaka
23rd July 2009, 14:43
I have also reformatted my hdd and installed Ubuntu 8.04 64b.

falko
24th July 2009, 19:50
Strange. I have no idea what's going on... :(