![]() |
|
|
#1 |
|
Aug 2002
11110 Posts |
Hello,
I've been trying to install new mprime 25.7 to deal with V5 server but I can't because of a libcurl3 library dependency. My system is Linux openSUSE 11.0 (64-bits). It has libcurl4 library, not the libcurl3 one, George, it is possible to release a statically linked sprime to avoid this problem. Regards. Guillermo |
|
|
|
|
|
#2 |
|
May 2008
21078 Posts |
ldd says that mprime 25.7 depends on libcurl.so.4, not libcurl.so.3.
|
|
|
|
|
|
#3 | |
|
Aug 2002
11011112 Posts |
Quote:
I must read all the page ![]() Anyway I think is a good idea to provide a statically linked version. Guillermo |
|
|
|
|
|
|
#4 |
|
Jun 2003
Ottawa, Canada
117310 Posts |
George has tried to create a statically linked version, as have I but we both keep getting errors from CURL when we try to link. I'm not sure if there is something that CURL relies on that the right library isn't available for static linking.
In the end I took the source code (which is also available BTW) and just compiled it on the machine so it linked with the right stuff for that system. |
|
|
|
|
|
#5 | |
|
Aug 2002
3×37 Posts |
Quote:
|
|
|
|
|
|
|
#6 |
|
Jun 2003
Ottawa, Canada
3×17×23 Posts |
|
|
|
|
|
|
#7 | |
|
Aug 2002
3×37 Posts |
Quote:
By the way, users can find the RPMS here: http://www.oxixares.com/pub/mprime They are for opensuse/suse. Some years ago they also intended to run for RedHat, but now I don't know how they can run in a Fedora distro. These RPMs create a user 'mersenne' and the working directory in '/var/mprime'. It includes a daemon we can manage to start at boot time and have the usual arguments 'start' 'stop' 'restart' 'manualstart' and 'status'. Included command 'mprimelist' lists latest lines for mprime output. For sure the RPMS need to update some details, but they worked for me. Regards, Guillermo |
|
|
|
|
|
|
#8 |
|
Apr 2003
Milan, Italy
1E16 Posts |
On my linux 32 bit box I only have libcurl.so.4, but I found out that if I symlink it to libcurl.so.3, the mprime library works just fine.
|
|
|
|
|
|
#9 | |
|
Aug 2002
3×37 Posts |
Quote:
The solution I found was, simply, install also libcurl3 in my system. I was lucky in finding such rpm for opensuse not interfering with installed libcurl4 one. Here is the link from where I got it: http://download.opensuse.org/reposit...ser:backports/ Hope it can help to other gimpsers. |
|
|
|
|
|
|
#10 |
|
Apr 2003
Milan, Italy
2·3·5 Posts |
I don't use openSuse, thanks.
|
|
|
|
|
|
#11 |
|
Dec 2003
2 Posts |
On ubuntu 7.10 64bit I had the same problem (using 25.73 64 bit):
Code:
$ ./mprime ./mprime: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory Code:
$ cd /usr/lib $ ln -s libcurl-gnutls.so.4.0.0 libcurl.so.4 On ubuntu 8.04 64 it works without that link. Last fiddled with by Raptor on 2008-11-16 at 10:00 |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 64-bit CD or DVD Linux | henryzz | Linux | 15 | 2008-06-29 12:30 |
| Configuring Factoring Assignments With Sprime | tmorrow | Software | 6 | 2007-06-02 05:02 |
| Buying Linux box in Nov.(need cpu, ram MB) | jasong | Hardware | 6 | 2006-10-23 18:52 |
| mprime or sprime | there_is_no_spoon | Software | 3 | 2005-05-20 01:10 |
| Linux | Drooling_Sheep | Software | 8 | 2003-11-22 05:50 |