You are not logged in.
Pages: 1
I installed ppp, wvdial and my modem driver. The problem is that when I type wvdialconf wvdial.conf as root I get an error message. It says the following:
wvdial: error in loading shared libraries: libcrypto.so.2: cannot open shared object file: No such file or directory
What can I do to fix this problem? What I need to get this libcrypto file installed?
I will appreciate your help because it seems this file is the reason why I can connect but my konqueror web browser give an error that it cannot find any page I search for.
Offline
hmmm well it sounds like wvdial is missing the openssl dependency? (not really sure since I haven't used it, but libcrypto is in openssl)
so try
pacman -S openssl
and then try again.
if that doesn't work you may have to create a symlink (in addition to installing openssl or if you already have openssl installed)
ln -s /usr/lib/libcrypto.so.0.9.6 /usr/lib/libcrypto.so.2
if this fixes your problem, report the missing dependency/link via the bugtracker (there's a link off the main Arch page) so it can be fixed.
Hapy.
Offline
Thanks a lot that fixed my problem. I was missing the openssl installation. Now I got my connection established but my web browser didn't show any web page it saids that is unable to locate them. I'm search google and try to find out what the problem is but I don´t have the minimal idea.
Offline
do you have you nameservers listed in /etc/resolv.conf?
AKA uknowme
I am not your friend
Offline
Yes, I have configured it, now I'm using kppp and I have it working my only problem with it was that I forgot to let my options file from ppp in blank so kppp could write it's configuration to that file.
Offline
Pages: 1