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: Antwort: Re: GIMP v1.1.24 RPM Take 2

2000-08-09 Thread clemensF

 Alexander Skwar:

 No, what I was thinking of, was it would be nice to be able to install a
 file in %{_mandir}, and that %{_mandir} would be expanded when the file is
 installed.  Currently %{_mandir} may expand to /usr/man or /usr/share/man,
 depending on the distribution and version/release of RPM installed.  Now, if
 %{_mandir} wouldn't expand at build time to, say, /usr/share/man,
 distributions where man's are still installed in the FHS violating location
 of /usr/man would still be fine.
 
 Did this make any sense to you?

it most definitely did, and this behaviour was what i fancied to call a
combination of postinstall-scripts and automake.  your proposed macro-
name %{_mandir} would be the convenient interface.  how else but with
some sort of automake functionality could it be possible to have packages
built on different hosts to be installed on a host which has already
installed packages with different directory-structures.

we can't even blame anybody, as we might want to install to a variety of
ever-changing places matching the sites evolution.  softlinks don't
solve every problem.


clemens



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