PDA

View Full Version : [ubuntu] Error while installing broadband client



chirag64
June 7th, 2009, 09:22 PM
Hello, I'm using sify internet connection on ubuntu 9.04 (which i'm very excited to try, btw :) )

So i try to install the client and this is what my terminal says:

chirag@Chirag:~/Desktop/sify$ sudo ./install.sh
sudo: unable to resolve host Chirag
Sify Broadband Client Installed Successfully
chirag@Chirag:~/Desktop/sify$ sudo ./sifyconnect
sudo: unable to resolve host Chirag
./sifyconnect: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory

Anyone has any idea how to fix this?

Partyboi2
June 8th, 2009, 02:36 AM
sudo: unable to resolve host Chirag
For this check you /etc/hosts

gksu gedit /etc/hosts that this part

127.0.1.1 Chirag
matches the same name as the output to

hostname
If unsure post the output to

cat /etc/hosts
hostname

./sifyconnect: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
Looks like you need to create a symbolic link to get it to work

sudo ln -s /usr/lib/libssl.so /usr/lib/libssl.so.4
http://www.linuxforums.org/forum/690703-post2.html

chirag64
June 8th, 2009, 10:49 AM
Still didn't work :(
This is what i got.

chirag@chirag-desktop:~/Desktop/program/sify$ sudo ln -s /usr/lib/libssl.so /usr/lib/libssl.so.4
chirag@chirag-desktop:~/Desktop/program/sify$ sudo ./sifyconnect
./sifyconnect: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
chirag@chirag-desktop:~/Desktop/program/sify$ sudo ln -s /usr/lib/libssl.so /usr/lib/libssl.so.4
ln: creating symbolic link `/usr/lib/libssl.so.4': File exists
chirag@chirag-desktop:~/Desktop/program/sify$ sudo ./sifyconnect./sifyconnect: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory

Partyboi2
June 8th, 2009, 12:10 PM
Have you got the libssl-dev package installed?

apt-cache policy libssl-dev

chirag64
June 8th, 2009, 12:13 PM
It doesn't come installed with ubuntu?!?

If not, how can I install it?!? Is there any way i can download it from windows and then install the package in ubuntu, since my internet does not work on ubuntu without installing the broadband client in the first place.

Partyboi2
June 8th, 2009, 12:22 PM
You can go here (http://packages.ubuntu.com/jaunty/libssl-dev) and download it then copy over to ubuntu and install it by double clicking on it. It may complain about missing dependencies which you will also need to download and install to get libssl-dev installed. You can search for those dependencies (Packages) from here (http://packages.ubuntu.com/)

chirag64
June 8th, 2009, 01:37 PM
I downloaded and installed this package (http://packages.ubuntu.com/jaunty/i386/libssl0.9.8/download), but it still gives the same error as above ](*,)

Partyboi2
June 8th, 2009, 01:43 PM
Have you installed libssl-dev?

chirag64
June 8th, 2009, 01:45 PM
Sorry if this sounds noob, but how do I do that?!?

Partyboi2
June 8th, 2009, 01:48 PM
Go here (http://packages.ubuntu.com/jaunty/i386/libssl-dev/download) and choose a mirror and download the package, then take it to your Ubuntu installation and double click on it to install.

chirag64
June 8th, 2009, 03:37 PM
Downloaded and installed the package, needed to download and install another package named
zlib1g-dev_1.2.3.3.dfsg-12ubuntu2_i386.deb

Now i get the following error


chirag@chirag-desktop:~/Desktop/program/sify$ sudo ./sifyconnect
./sifyconnect: error while loading shared libraries: libcrypto.so.4: cannot open shared object file: No such file or directory

Now which package to get?!? :|

Partyboi2
June 8th, 2009, 10:36 PM
All you should need to do is create another symbolic link, so open a terminal and type

sudo ln -s /usr/lib/libcrypto.so /usr/lib/libcrypto.so.4

chirag64
June 9th, 2009, 09:03 AM
Wow. It worked. Thnx a lot for ur patience :D

chirag64
June 9th, 2009, 09:12 AM
Now if only i could get a desktop shortcut for it?!? :D

Partyboi2
June 9th, 2009, 09:45 AM
Right click on your Desktop and select "Create Launcher" then change "Type" to "Application in Terminal" for "Name" put in "Sifyconnect" and for "Command" put "/usr/bin/sifyconnect" (Do not add the quotes)
Then see if it works. :)

chirag64
June 9th, 2009, 12:56 PM
There was an error creating the child process for this terminal