Hi
Has anyone managed to get Tally 7.2 to work on Debian? I got an eval copy from Software@work Pvt. Ltd.
The requirement was RH 7.2 and Gnome Desktop. I installed Gnome Desktop and it installed without any hick-up in /usr/tally
However, when I run the executable it says:
./tally72: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
Any ideas on where to get libssl.so.4? Tried APT-CACHE search... no joy...
Regards
Rishi
On Fri, 25 Mar 2005 15:31:56 +0530, Rishi usergroups@theargoncompany.com wrote:
.......... snip .........
./tally72: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
Any ideas on where to get libssl.so.4? Tried APT-CACHE search... no joy...
Regards
Rishi
In RPM based distros it is typically in the openssl package. In Debian it might be in a similarly named package.
HTH, Arun Khan
In RPM based distros it is typically in the openssl package. In Debian it might be in a similarly named package.
Hmm........... I did 'dpkg -l openss' and here is the output...
||/ Name Version Description +++-===================-===================-====================================================== ii openssl 0.9.7e-2 Secure Socket Layer (SSL) binary and related cryptogra
Also the output of "dpkg -L openssl | grep lib" was ...........
/usr/share/doc/openssl/doc/ssl/SSL_library_init.pod /usr/lib /usr/lib/ssl /usr/lib/ssl/misc /usr/lib/ssl/misc/CA.sh /usr/lib/ssl/misc/CA.pl /usr/lib/ssl/misc/der_chop /usr/lib/ssl/misc/c_hash /usr/lib/ssl/misc/c_info /usr/lib/ssl/misc/c_issuer /usr/lib/ssl/misc/c_name /usr/lib/ssl/certs /usr/lib/ssl/openssl.cnf /usr/lib/ssl/private
Any other ideas?
Regards
Rishi
./tally72: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
Any ideas on where to get libssl.so.4? Tried APT-CACHE search... no joy...
In RPM based distros it is typically in the openssl package. In Debian it might be in a similarly named package.
Hi Guys,
I got Tally for Linux to work on Debian.
I posted the query on the debian-user forum and this is the response I got.
============================================================== RH libssl.so.4 is named libssl.so.0.9.7 in debian (the source is openssl-0.9.7 for both ! http://www.megaloman.com/~hany/RPM/libssl.so.4.html ). RH is sometime insane.
http://melkor.dnp.fmph.uniba.sk/~garabik/debian-utf8/HOWTO/howto.html linx section : # cd /usr/lib # ln -s libcrypto.so.0.9.7 libcrypto.so.4 # ln -s libssl.so.0.9.7 libssl.so.4 ==============================================================
Doing the above got it to work.....
Regards
On Fri, 25 Mar 2005 15:31:56 +0530, Rishi usergroups@theargoncompany.com wrote:
Any ideas on where to get libssl.so.4? Tried APT-CACHE search... no joy...
the package that provides libssl.so.4 is 'openssl'
From: Rishi usergroups@theargoncompany.com However, when I run the executable it says:
./tally72: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
Any ideas on where to get libssl.so.4? Tried APT-CACHE search... no joy...
You must already have libssl installed on your system. Why dont you try this: # locate libssl
You will get an output something like this: /usr/lib/libssl3.so /usr/lib/libssl.so /usr/lib/libssl.a /lib/libssl.so.0.9.7a /lib/libssl.so.0.9.7
Then, as root create a symbolic link to libssl.so.0.9.7a (the version numbers may differ on your system): ln -s /lib/libssl.so.0.9.7a /lib/libssl.so.4
I have FC2 and libssl.so.4 is just a symbolic to libssl.so.0.9.7a.
Hope this helps you out ;)
Dinesh.
_________________________________________________________________ Is your PC infected? Get a FREE online computer virus scan from McAfee® Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
Sometime on Mar 26, Dinesh Joshi assembled some asciibets to say:
/usr/lib/libssl.a /lib/libssl.so.0.9.7a /lib/libssl.so.0.9.7
gaaah, how ugly. library version numbers like this show up because developers do not understand .so versioning conventions.
if anyone's interested in knowing, just ask :)
----- Original Message -----
Sometime on Mar 26, Dinesh Joshi assembled some asciibets to say:
/usr/lib/libssl.a /lib/libssl.so.0.9.7a /lib/libssl.so.0.9.7
gaaah, how ugly. library version numbers like this show up because developers do not understand .so versioning conventions.
if anyone's interested in knowing, just ask :)
Yes sir. Please .
Komal
Hi Phillip,
Thanks for the informative article on libtool versioning system. I never gave versioning much thought.
Regards, Dinesh.
Philip Tellis wrote...
Sometime on Mar 26, Dinesh Joshi assembled some asciibets to say:
/usr/lib/libssl.a /lib/libssl.so.0.9.7a /lib/libssl.so.0.9.7
gaaah, how ugly. library version numbers like this show up because developers do not understand .so versioning conventions.
if anyone's interested in knowing, just ask :)
-- Things will get better despite our efforts to improve them. -- Will Rogers
_________________________________________________________________ Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
Sometime Today, Dinesh Joshi assembled some asciibets to say:
Hi Phillip,
Hi Dinesh, it's Philip btw. Only one l.
Thanks for the informative article on libtool versioning system. I never gave versioning much thought.
My pleasure. Would you mind not top-posting in the future? I'd posted a few links about top-posting a few days ago. I think the one on wikipedia was pretty cool. Have a look at it.
Thanks,
Philip
From: Philip Tellis
Hi Dinesh, it's Philip btw. Only one l.
Sorry for that.
My pleasure. Would you mind not top-posting in the future? I'd posted a few links about top-posting a few days ago. I think the one on wikipedia was pretty cool. Have a look at it.
I am sorry but I am a newbie to 'mailing lists'. I prefer forums :) I hope this post is better than my previous ones.
Regards, Dinesh
_________________________________________________________________ Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
Sometime on Mar 28, Dinesh Joshi assembled some asciibets to say:
I am sorry but I am a newbie to 'mailing lists'. I prefer forums :) I hope this post is better than my previous ones.
It's cool. You are a very fast learner. Hope to see a lot more of you around here.