Re: [CSCMail-Users] cscmail doesn't work :(
Brought to you by:
countzer0
From: Steven K. <st...@vo...> - 2000-06-14 13:34:20
|
On Wed, 14 Jun 2000 14:56:15 +0200, Simon said: > Hi folks, > I've searched a long time for a good email client so I tried cscmail. > If > I run the installer it downloads all the necessary files and installs > them but when I try to start cscmail there's only an error message: > > Use of uninitialized value at /usr/local/bin/cscmail line 55. > Can't locate object method "init" via package "Gtk::XmHTML" at > /usr/local/bin/cscmail line 55. > > Can anyone help me, please? > Greetings, Simon This is a common thread these days... I must make a FAQ... Basically, you must have both the GtkXmHTML libraries, AND the headers installed for CSCMailInstaller.pl to succesfully compile the Gtk::XmHTML perl module. These libraries and headers are in TWO packages (if you use RPM or Debian...) The Libraries are in: gnome-libs and the headers are in gnome-libs-devel (Using the RPM naming scheme.. I know they are split similarly in Deb but I do not know the naming conventions for Debian.) BOTH must be installed for the XmHTML perl module to compile... the files to check for are: $prefix/include/gtk-xmhtml/gtk-xmhtml.h $prefix/lib/libgtkxmhtml.so $prefix/lib/libgtkxmhtml.so.1 $prefix/lib/libgtkxmhtml.so.1.0.1 Once you have these files, re-run CSCMailInstaller.pl and it should successfully compile the Gtk::XmHTML module. (or you can cd ~/cscmailbuild/gnome-perl/GtkXmHTML and do perl Makefile.PL; make; make install as root) -CZ -- ---------------------------------------------------------------------- Steve Kordik st...@vo... System Administrator Tel 212.332.5045 VOILA - France Telecom North America Fax 212.332.2362 1270 Avenue of the Americas New York, NY 10020 USA ---------------------------------------------------------------------- Customized Search Engines for your web site at: http://voilasearch.com ---------------------------------------------------------------------- |