Superman710e Posted January 21, 2011 Report Posted January 21, 2011 Thanks for the new build! Noticing these warning errors on startup:Starting utserver /opt/utorrent/server/bin/utserver: /usr/lib/libcrypto.so.0.9.8: no version information available (required by /opt/utorrent/server/bin/utserver)/opt/utorrent/server/bin/utserver: /usr/lib/libssl.so.0.9.8: no version information available (required by /opt/utorrent/server/bin/utserver)The application still seems to start successfully however!In my RPM spec file I had to add Autoreq: 0 to allow it to install without giving similar warnings.Thanks,Jason
Beretta92 Posted January 21, 2011 Report Posted January 21, 2011 same on ArchLinux:[root@Serveur ~]# /etc/rc.d/utorrent-server start:: Starting utorrent-server [BUSY] /usr/bin/utserver: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory [DONE] And impossible to get to the GUI.......edit: version of openssl on ArchLinux is 1.0.0.c-1
wlbrenne Posted January 21, 2011 Report Posted January 21, 2011 Same here using openSuSE 11.3 (i586)error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directoryonly in my case utserver fails to start
wlbrenne Posted January 21, 2011 Report Posted January 21, 2011 I managed to find and install a libopenssl0_9_8 (v0.9.8m) package in one of openSuSE 11.3 repositories, alongside openssl 1.0.0 and libopenssl1_0_0 I have installed already.Now I get the same non-fatal warning messages as the first post on this topic even though I know in my case that I have libcrypto.so.0.9.8 and libssl.so.0.9.8, and not symbolic links to versions of those two files:utserver: /usr/lib/libcrypto.so.0.9.8: no version information available (require by utserver)utserver: /usr/lib/libssl.so.0.9.8: no version information available (require by utserver)
Superman710e Posted January 21, 2011 Author Report Posted January 21, 2011 I managed to find and install a libopenssl0_9_8 (v0.9.8m) package in one of openSuSE 11.3 repositories, alongside openssl 1.0.0 and libopenssl1_0_0 I have installed already.Now I get the same non-fatal warning messages as the first post on this topic even though I know in my case that I have libcrypto.so.0.9.8 and libssl.so.0.9.8, and not symbolic links to versions of those two files:utserver: /usr/lib/libcrypto.so.0.9.8: no version information available (require by utserver)utserver: /usr/lib/libssl.so.0.9.8: no version information available (require by utserver)This is my same scenario from the first post. I guess I already had the 0.9.8 packages installed, but also have the 1.0.0 version as well...that explains why my instance still was able to start despite the warnings! :cool:
Beretta92 Posted January 21, 2011 Report Posted January 21, 2011 on archlinux even after installing next to the 1.0.0, the 0.9.8, I still get error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directoryand it won't start any ideas?
chasingsol Posted January 21, 2011 Report Posted January 21, 2011 Same problem here. After installing the openssl-devel package on CentOS 5.5 and then creating symlinks to libssl.so and libcrypto.so, utserver starts, although it throws the same warnings as described above.It has however been stable for the past 24 hours.
mcdonald Posted January 21, 2011 Report Posted January 21, 2011 Sorry - I forgot to mention in release notes that the product now loads libcrypto and libssl shared libraries. This is in preparation for enabling uTorrent Web functionality on the server product (so you can remotely access your server via uTorrent Web if you enable that functionality). This functionality might work in uTorrent Server, but nobody has tested it. I'll be adding some settings to the configuration file to allow admins to specify username, password, and enable/disable flag for uTorrent Web. I would think you could use the HTTP interface (action=setsetting) to set the needed settings, which include:webui.uconnect_enablewebui.uconnect_usernamebut, right now I don't think there's a way to set the password via the HTTP interface, so that would mean it doesn't work (unless you hack settings.dat). I'll be looking into this; two days ago I was talking with a couple of other engineers about enabling uconnect / uTorrentWeb on uTorrent Server.One question I have for members: would you prefer to allow changing the username/password/enabling of uconnect via the HTTP interface, or would you prefer that only the admin should be able to set up uconnect via the configuration file? My preference is to have only admin access to uconnect configuration via the configuration file (I can make these settings update on hangup signal or file-based maintenance request, so you don't need to stop and restart your servers), but post your preferences and use cases.
mauirixxx Posted January 25, 2011 Report Posted January 25, 2011 Same problem here. After installing the openssl-devel package on CentOS 5.5 and then creating symlinks to libssl.so and libcrypto.so, utserver starts, although it throws the same warnings as described above.It has however been stable for the past 24 hours.can confirm this works in CentOS 5.5 32 bit as well.Not bad, had my first crash 4 days ago, running whatever version was available November 29, 2010, which is why I got around to upgrading today. Hopefully this version will run longer without a crash for the lazy:cd /usr/libln -s /lib/libssl.so.0.9.8e libssl.so.0.9.8ln -s /lib/libcrypto.so.0.9.8e libcrypto.so.0.9.8this assumes you have already installed the openssl-devel package for CentOS.
HiTekRedNek Posted March 5, 2011 Report Posted March 5, 2011 I've tried upgrading to build v.24733 but get similar warnings on startup.delslige@CentOS utorrent-server-v3_0]$ ./utserver &[1]4026[delslige@CentOS utorrent-server-v3_0]$ ./utserver: /usr/lib/libcrypto.so.0.9.8: no version information available (required by ./utserver)./utserver: /usr/lib/libssl.so.0.9.8: no version information available (required by ./utserver)./utserver: /lib/libc.so.6: version `GLIBC_2.11' not found (required by ./utserver)I've checked my libraries and created the symbolic links but still get the same error. Here is how my links are configured.[delslige@CentOS lib]$ pwd/lib[delslige@CentOS lib]$ ls libcry*-rwxr-xr-x 1 root root 45432 Oct 25 19:16 libcrypt-2.5.so*-rwxr-xr-x 1 root root 1295456 Dec 15 10:31 libcrypto.so.0.9.8e*lrwxrwxrwx 1 root root 19 Mar 5 12:57 libcrypto.so.6 -> libcrypto.so.0.9.8e*lrwxrwxrwx 1 root root 15 Nov 20 19:01 libcrypt.so.1 -> libcrypt-2.5.so*[delslige@CentOS lib]$ ls libssl*-rwxr-xr-x 1 root root 291172 Dec 15 10:31 libssl.so.0.9.8e*lrwxrwxrwx 1 root root 16 Mar 5 12:57 libssl.so.6 -> libssl.so.0.9.8e*[delslige@CentOS lib]$ cd /usr/lib[delslige@CentOS lib]$ ls libcry*-rw-r--r-- 1 root root 2416134 Dec 13 14:10 libcrypto.alrwxrwxrwx 1 root root 29 Mar 5 12:57 libcrypto.so -> ../../lib/libcrypto.so.0.9.8e*lrwxrwxrwx 1 root root 24 Mar 5 13:12 libcrypto.so.0.9.8 -> /lib/libcrypto.so.0.9.8e*lrwxrwxrwx 1 root root 22 Nov 14 14:14 libcryptsetup.so.0 -> libcryptsetup.so.0.0.0*-rwxr-xr-x 1 root root 51276 Sep 3 2009 libcryptsetup.so.0.0.0*[delslige@CentOS lib]$ ls libssl*-rwxr-xr-x 1 root root 217560 Oct 20 07:09 libssl3.so*-rw-r--r-- 1 root root 458432 Dec 13 14:10 libssl.alrwxrwxrwx 1 root root 26 Mar 5 12:57 libssl.so -> ../../lib/libssl.so.0.9.8e*lrwxrwxrwx 1 root root 21 Mar 5 13:11 libssl.so.0.9.8 -> /lib/libssl.so.0.9.8e*I'm running centOS 5.5. The program doesn't start. Any ideas on what I'm doing wrong?
asellus Posted March 6, 2011 Report Posted March 6, 2011 utserver build 24733 needs glibc 2.11 or later, which CentOS 5.5 doesn't have.
HiTekRedNek Posted March 7, 2011 Report Posted March 7, 2011 [delslige@CentOS lib]$ rpm -qa | grep glibcglibc-common-2.5-49.el5_5.7glibc-2.5-49.el5_5.7This is what I have. Are you saying that the newest utorrent server version requires an older version of glibc?
asellus Posted March 7, 2011 Report Posted March 7, 2011 glibc in CentOS 5.5 is version 2.4 only. BTW, glibc is backward-compatible, so if your distro has glibc 2.12, and utserver needs 2.11, it will still work.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.