View Full Version : Openssl not installed correctly??
vijaydeep
April 17th, 2005, 09:33 PM
I have just installed Ubuntu and I can't access the internet unless I install xsupplicant (the reason is that i'm trying to access the internet through my university wireless connection. the reason is actually that my university tries to make it harder for me to access the internet).
According to the instructions for installing xsupplicant, i need to go to the appropriate directory and type (in the terminal):
./configure
make
make test
make install
Everything is fine and dandy until i do make install. Then it says it cannot find openssl. It says that some tree of openssl is either incomplete or corrupt. I've tried uninstalling and reinstalling openssl and then trying installing xsupplicant again. It says the same thing. I don't know the problem.
btw, I can access the internet from the windows OS on the same computer and i can burn CDs that way.
Can anyone help this newbie, please?
Thanks.
mendicant
April 17th, 2005, 10:06 PM
You probably need libssl-dev, the header files.
vijaydeep
April 17th, 2005, 10:16 PM
You probably need libssl-dev, the header files.
Thanks.
Although, how can i install that without access to the internet from the Ubuntu system? I do have internet access from windows on the same computer, and I can burn CDs
In fact, I tried - unsuccesfully - to install ddd today on the Ubuntu system. Here's what I did:
- I went to packages.ubuntu.com and downloaded ddd and all packages that ddd depended on (and all packages that those packages depended on and so on....)
- I burned those .deb files on a CD
- Booted into Ubuntu
- Opened Synaptic Package Manager. Selected 'Add CD' (on edit menu, i think)
...... It said that this is not a valid debian package CD (or something to that effect).
I would appreciate your help.
Thanks.
mendicant
April 17th, 2005, 10:37 PM
You can just do dpkg -i *.deb in a directory containing only the packages you want to install. Alternatively, you can just download to your windows partition, mount that partition read-only, then install from the directory to which you downloaded the files (or copy them away if you need write access for some reason).
vijaydeep
April 17th, 2005, 10:57 PM
You can just do dpkg -i *.deb in a directory containing only the packages you want to install. Alternatively, you can just download to your windows partition, mount that partition read-only, then install from the directory to which you downloaded the files (or copy them away if you need write access for some reason).
Thanks.
I think I'l just do it the first way, coz i don't know how to mount a partition. As you can see, i'm very new to Linux. I haven't been able to see my windows partition from ubuntu.
To do dpkg -i *.deb, do I need root priviledges (or anything special like that) ? If so how do I get it? I tried sudo, once, in the terminal. It asked me for my user password and when i typed it, it replied, 'incorrect password' (or something to that effect). this is the same pswd that i had entered when i was prompted while installing ubuntu.
mendicant
April 17th, 2005, 11:07 PM
Right. You'll need to be root or do it sudo:
% sudo dpkg -i *.deb
It should work. Perhaps you typed it incorrectly. (your password)
vijaydeep
April 17th, 2005, 11:09 PM
Thanks! I will try this out.
Vijay
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.