revServer Installation on DreamHost

Keith Clarke keith.clarke at clarkeandclarke.co.uk
Wed Dec 8 18:13:34 EST 2010


David, 
I double-checked this as the logic of Linux symlinks seems to be back-to-front. However, this tutorial http://linuxreviews.org/beginner/#toc18 suggests that your symlinks should be in the following form (as revserver seems to be looking for libraries in the /usr/lib32/ directory:

sudo ln -s /usr/lib/libpcre.so.3 /usr/lib32/libpcre.so.3
sudo ln -s /usr/lib/libcurl.so.4 /usr/lib32/libcurl.so.4

HTH
Keith..

On 8 Dec 2010, at 20:47, Keith Clarke wrote:

> David, My Linux knowledge is minimal but I think your symlinks may be the wrong way round(?)
> 
> I think they should be sudo ln -s <original-path/original-file> <new-path/new-file>
> 
> Worth a try?
> Best,
> Keith..
> 
> On 8 Dec 2010, at 19:28, David Bovill wrote:
> 
>> Hi Keith, I do seem to have the libraries available in /usr/lib/:
>> 
>> lrwxrwxrwx  1 root root     17 Oct 12 06:08 /usr/lib/libpcre.so ->
>>> libpcre.so.3.12.1
>>> lrwxrwxrwx  1 root root     17 Oct 12 06:08 /usr/lib/libpcre.so.3 ->
>>> libpcre.so.3.12.1
>>> -rw-r--r-- 50 root root 162816 Jul 14  2008 /usr/lib/libpcre.so.3.12.1
>>> 
>> 
>> and:
>> 
>> lrwxrwxrwx  1 root root     12 Oct 12 06:08 /usr/lib/libcurl.so.3 ->
>>> libcurl.so.4
>>> lrwxrwxrwx  1 root root     16 Oct 12 06:08 /usr/lib/libcurl.so.4 ->
>>> libcurl.so.4.1.0
>>> -rw-r--r-- 50 root root 291976 Mar 26  2010 /usr/lib/libcurl.so.4.1.0
>>> 
>> 
>> And I've sym linked them:
>> 
>> lrwxrwxrwx 1 root root 26 Dec  8 10:59 /usr/lib32/libpcre.so.0 ->
>>> /usr/lib/libpcre.so.3.12.1
>>> lrwxrwxrwx 1 root root 21 Dec  8 11:00 /usr/lib32/libcurl.so.4 ->
>>> /usr/lib/libcurl.so.4
>>> 
>> 
>> But i am still getting:
>> 
>> $ ldd revserver
>>>   linux-gate.so.1 =>  (0xffffe000)
>>>   libdl.so.2 => /lib32/libdl.so.2 (0xf779d000)
>>>   libm.so.6 => /lib32/libm.so.6 (0xf7779000)
>>>   libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf768b000)
>>>   libpcre.so.0 => not found
>>>   libpng12.so.0 => /usr/lib32/libpng12.so.0 (0xf7667000)
>>>   libjpeg.so.62 => /usr/lib32/libjpeg.so.62 (0xf7648000)
>>>   libcurl.so.4 => not found
>>>   libc.so.6 => /lib32/libc.so.6 (0xf74f6000)
>>>   libz.so.1 => /usr/lib32/libz.so.1 (0xf74e1000)
>>>   /lib/ld-linux.so.2 (0xf77b2000)
>>>   libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf74d3000)
>>> 
>> 
>> 
>> On 8 December 2010 17:27, Keith Clarke
>> <keith.clarke at clarkeandclarke.co.uk>wrote:
>> 
>>> David,
>>> I've just been going through this and with Andre's help, solved the libpcre
>>> side but my hosted VPS (Ubuntu Dapper 6.06) version doesn't support the
>>> necessary version of libcurl that revServer needs so I'm waiting for further
>>> enlightenment on Ubuntu's forum.
>>> 
>>> Still, item 6 may get your libpcre requirement fixed - and you may have a
>>> better libcurl version in your /usr/lib directory
>>> http://ubuntuforums.org/showthread.php?t=1637423
>>> Best,
>>> Keith..
>>> 
>>> 
>>> On 8 Dec 2010, at 16:40, David Bovill wrote:
>>> 
>>>> Has anyone successfully installed rvServer on DreamHost? I'm setting this
>>> up
>>>> for this weekends Live Code TV <http://livecode.tv> event, but running
>>> into
>>>> the missing libraries thing:
>>>> 
>>>> - http://forums.runrev.com/phpBB2/viewtopic.php?f=8&t=6147
>>>> - http://forums.runrev.com/phpBB2/viewtopic.php?f=20&t=5543
>>>> 
>>>> ldd revserver
>>>>>  linux-gate.so.1 =>  (0xffffe000)
>>>>>  libdl.so.2 => /lib32/libdl.so.2 (0xf76dd000)
>>>>>  libm.so.6 => /lib32/libm.so.6 (0xf76b9000)
>>>>>  libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf75cb000)
>>>>>  libpcre.so.0 => not found
>>>>>  libpng12.so.0 => /usr/lib32/libpng12.so.0 (0xf75a7000)
>>>>>  libjpeg.so.62 => /usr/lib32/libjpeg.so.62 (0xf7588000)
>>>>>  libcurl.so.4 => not found
>>>>>  libc.so.6 => /lib32/libc.so.6 (0xf7436000)
>>>>>  libz.so.1 => /usr/lib32/libz.so.1 (0xf7421000)
>>>>>  /lib/ld-linux.so.2 (0xf76f2000)
>>>>>  libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf7413000)
>>>>> 
>>>> 
>>>> Any suggestions - the more detailed the better so I can write this up for
>>>> the rest of us :)
>>>> _______________________________________________
>>>> use-livecode mailing list
>>>> use-livecode at lists.runrev.com
>>>> Please visit this url to subscribe, unsubscribe and manage your
>>> subscription preferences:
>>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>> 
>>> 
>>> _______________________________________________
>>> use-livecode mailing list
>>> use-livecode at lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>> 
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 





More information about the use-livecode mailing list