[swfmill] Impossible to compile from sources

Mark Winterhalder mark13 at gmail.com
Sun Dec 2 12:49:44 PST 2007


Hi Zárate,

> "swfmill: error while loading shared libraries: libswft.so.0: cannot
> open shared object file: No such file or directory"

this means Swfmill can't find the library.

If you compiled from sources, it should be in /usr/local/lib. If not,
run 'locate libswft' (and 'updatedb' before that if necessary) to see
where it hides. That directory should be in your path -- run 'echo
$LD_LIBRARY_PATH' to verify. If that doesn't include the path to your
libswft, then that's the problem.

You can set it like this:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

After that, Swfmill should run normally until you logout. I'm sure
there is a nice, clean place to put those environment variables on
Ubuntu (or whatever you're using), but I don't know where. On my
Gentoo I have a file /etc/env.d/99swfmill that has that line, but you
could also just add it to the end of your ~/.bashrc, I guess.

HTH,
Mark



On Dec 2, 2007 7:44 PM, Zárate <zzzarate at gmail.com> wrote:
> Hi there again,
>
> I finally got time to try to recompile again. When compiling from
> sources (0.2.12), everything seems to go ok, but when trying to run
> swfmill i get this:
>
> "swfmill: error while loading shared libraries: libswft.so.0: cannot
> open shared object file: No such file or directory"
>
> And compiling from SVN (revision 234) i get the exact same error. I
> wonder if it might be a problem with the old binary. I tried "sudo
> make clean" but it doesn't seem to be available.
>
> The closest i've found in Google is this unanswered post:
>
> http://ml.osdir.com/text.xml.swfmill/2005-12/msg00007.html
>
> Thanks!
>
>
> On Nov 26, 2007 7:43 PM, Ralf Fuest <ralf-fuest at gmx.de> wrote:
> > You (and all other mac users) might get a new build as a christmas
> > present ;). Perhaps even earlier.
> >
> > Ralf
> >
> > > I would be interested also to get a fresh build :P
> >
> >
> >
> > _______________________________________________
> > swfmill mailing list
> > swfmill at osflash.org
> > http://osflash.org/mailman/listinfo/swfmill_osflash.org
> >
>
>
>
> --
> Juan Delgado - Zárate
> http://zarate.tv
> http://dandolachapa.com
> http://loqueyosede.com
>
> _______________________________________________
>
> swfmill mailing list
> swfmill at osflash.org
> http://osflash.org/mailman/listinfo/swfmill_osflash.org
>



More information about the swfmill mailing list