extension-perl-server

2000-08-09 Thread Filip Krska

   Hello,

I'd like to ask, where can i get  extension-perl-server .

i've installed:

perl-5.00503-10
perl-Gtk-Perl-0.5121-2
perl-Gimp-1.082-2

gimp-1.0.4-7
gimp-libgimp-1.0.4-7
gimp-devel-1.0.4-7

from rpm's

Scripts works, when ivoked from menu, but what i want is to
generete pictures through the server (like cooltext.com does)
and the extension is missing.

There's a note in Perl-tutorial, that at least perl-Gimp-1.083 
is needed, but i can't find it.

Thanks a lot 'n' wish you a beautiful day!

Filip Krska




extension-perl-server (fwd)

2000-08-09 Thread Filip Krska

   Hello,

I'd like to ask, where can i get  extension-perl-server .

i've installed:

perl-5.00503-10
perl-Gtk-Perl-0.5121-2
perl-Gimp-1.082-2

gimp-1.0.4-7
gimp-libgimp-1.0.4-7
gimp-devel-1.0.4-7

from rpm's

Scripts works, when ivoked from menu, but what i want is to
generete pictures through the server (like cooltext.com does)
and the extension is missing.

There's a note in Perl-tutorial, that at least perl-Gimp-1.083 
is needed, but i can't find it.

Thanks a lot 'n' wish you a beautiful day!

Filip Krska






Re: extension-perl-server (fwd)

2000-08-09 Thread Filip Krska

Thank You.

I've installed new versions:
gimp-1.1   rpm  from   helixcode.com   (thank you,  Axel)

Gimp-1.2   module from CPAN  (.tar.gz)

then the desired plug-ins appeared, but when
gimp was started and wanted to plug each of them, failed saying:

** WARNING **: gimp: wire_read: unexpected EOF
perl: error in loading shared
libraries: /usr/lib/perl5/site_perl/5.005/i386-linux/auto/Gimp/Lib/ \
Lib.so: undefined symbol: gimp_plugin_domain_add_with_path

What's the relation between
Gimp-1.2  moduleand  perl-Gimp-1.082-2   rpm?

Thank you

Filip





Re: extension-perl-server (fwd)

2000-08-09 Thread Marc Lehmann

On Wed, Aug 09, 2000 at 04:36:55PM -0400, Filip Krska [EMAIL PROTECTED] wrote:
 I've installed new versions:
 gimp-1.1   rpm  from   helixcode.com   (thank you,  Axel)

The most common source for problems is when you have previous versions of
gimp instaleld and not removed cleanly. Also, when using rpm's you have to
make sure that everything is installed (for example, gimp-devel is often
required, also gimp-pelr is often already part of the rpm).

The best way is to either use rpms for everything or compile gimp on your
own.

 Gimp-1.2  moduleand  perl-Gimp-1.082-2   rpm?

I have no idea :( The latter is probably an older version packages as rpm,
and possibly incompatible to the other rpms on your system.

Don't use rpm ;)

-- 
  -==- |
  ==-- _   |
  ---==---(_)__  __   __   Marc Lehmann  +--
  --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED] |e|
  -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
The choice of a GNU generation   |
 |



Re: extension-perl-server (fwd)

2000-08-09 Thread Alan Buxey

hi,

 What's the relation between
 Gimp-1.2  moduleand  perl-Gimp-1.082-2   rpm?

Gimp is the program. to use the perl plugins, you have to use the latest
Perl-Gimp 

My Perl is 5.6.0 and resides at

/usr/local/lib/perl5/site_perl/5.6.0/i686-linux

my Gimp Perl is 1.2

alan