Tried today to install Gemstone 3.2.7 on an old 14.x Ubuntu server and
installation failed due to a missing libpam library. Marten -- Marten Feldtmann _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Am 02.09.2015 um 10:51 schrieb [hidden email] via Glass:
> Tried today to install Gemstone 3.2.7 on an old 14.x Ubuntu server and > installation failed due to a missing libpam library. > > Marten > Ah, I noticed ... could be the usual problem with the 32 bit libraries ... one simple argument against tODE :-) Install tODE on server: devKit ioLoadModule(/home/projekt37/gsDevKitHome/pharo/pharo-vm/libgcirpc-3.2.7-32.so): libpam.so.0: cannot open shared object file: No such file or directory Error: External module not found -- Marten Feldtmann _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Am 02.09.2015 um 10:57 schrieb [hidden email] via Glass:
> Am 02.09.2015 um 10:51 schrieb [hidden email] via Glass: >> Tried today to install Gemstone 3.2.7 on an old 14.x Ubuntu server and >> installation failed due to a missing libpam library. >> >> Marten >> > > Ah, I noticed ... could be the usual problem with the 32 bit libraries > ... one simple argument against tODE :-) > > Install tODE on server: devKit > ioLoadModule(/home/projekt37/gsDevKitHome/pharo/pharo-vm/libgcirpc-3.2.7-32.so): > libpam.so.0: cannot open shared object file: No such file or directory > Error: External module not found > > The best thing would be: -> installation of Gemtone is ONE part and independent of tODE -> then the next installation step can be tODE. Now one has an aborted installation and one may ask now: can I use it or is something missing ... always in situations when time is not that much available ... -- Marten Feldtmann _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Solution:
sudo apt-get install libpam0g:i386 Marten Am 02.09.2015 um 11:04 schrieb [hidden email] via Glass: > Am 02.09.2015 um 10:57 schrieb [hidden email] via Glass: >> Am 02.09.2015 um 10:51 schrieb [hidden email] via Glass: >>> Tried today to install Gemstone 3.2.7 on an old 14.x Ubuntu server and >>> installation failed due to a missing libpam library. >>> >>> Marten >>> >> >> Ah, I noticed ... could be the usual problem with the 32 bit libraries >> ... one simple argument against tODE :-) >> >> Install tODE on server: devKit >> ioLoadModule(/home/projekt37/gsDevKitHome/pharo/pharo-vm/libgcirpc-3.2.7-32.so): >> libpam.so.0: cannot open shared object file: No such file or directory >> Error: External module not found >> >> > > The best thing would be: > > -> installation of Gemtone is ONE part and independent of tODE > -> then the next installation step can be tODE. > > Now one has an aborted installation and one may ask now: can I use it or > is something missing ... always in situations when time is not that much > available ... > > > -- Marten Feldtmann _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
In reply to this post by GLASS mailing list
Marten,
On the dev branch I have created an osPrereqs script[1] that installs all of the prereqs for using GsDevKitHome. You can use this script as a guide for manually installing only the packages that you think you need, but I would recommend that you install all of the recommended packages:) Dale [1] https://github.com/GsDevKit/gsDevKitHome/blob/dev/bin/osPrereqs On 9/2/15 1:51 AM, [hidden email] via Glass wrote: > Tried today to install Gemstone 3.2.7 on an old 14.x Ubuntu server and > installation failed due to a missing libpam library. > > Marten > https://github.com/GsDevKit/gsDevKitHome/blob/dev/bin/osPrereqs _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Free forum by Nabble | Edit this page |