On Sunday 27 March 2011 17:00:26 Craig Bradney wrote: > On 3/27/11 10:17 PM, John Culleton wrote: > > On Friday 25 March 2011 09:57:22 John Culleton wrote: > >> I have a new Slackware 13.0 partition. Scribus 1.5.0 will > >> compile but gets an error on execution. I suspect that my new > >> partition is missing something vital, but I can't be sure. Here > >> is the error message: Pythonize constructor -- pid = 19111 > >> scrib5: symbol lookup error: > >> /usr/local/scribus_svn/lib/scribus/ps//libscripter.so: undefined > >> symbol: Py_IsInitialized > >> > >> Any thoughts? > > > > I fixed the problem, but am troubled why it existed. I was > > missing this file: > > /usr/local/scribus_svn/lib/scribus/plugins/libscriptplugin.so > > > > I found it on my old partition. > > > > My guess is that it is a leftover from an earlier version. But it > > should have been carried in the current svn co package. I am > > currently using 1.5.0 of March 25; > > Build ID: C-C-T-F-PC1.9.99 > > Using Ghostscript version 8.70 > > Make install.. > > using an older version from another partition is scary. > > Craig
Here is my script: ----------------------- cd /usr/local/src/ svn co svn://scribus.net/trunk/Scribus s150 cd s150 cmake . -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/scribus_svn - DWANT_SCRIPTER2=1 make make install cd scribus rm /usr/local/bin/scrib5 ln scribus /usr/local/bin/scrib5 ---------------------------- so make install is included in my script. John C.
