Thread: [CSCMail-Users] Re: Mandrake 7.2 w/cscmail 1.7.x
Brought to you by:
countzer0
From: Count Z. <cou...@cy...> - 2000-11-06 07:18:17
|
Michael Blatt was overheard mumbling something about this on Mon, 6 Nov 2000 03:13:58 +0000 > hello, > > Well back with Mandrake problems! > CSCMail 1.6.1 and 1.7.8 installed fine under my Mandrake 7.0 (thanks for the > help you gave me) > then I upgraded to 7.2... and nothing worked anymore. > the installer script runs, fectches and builds, but does not yield ANY binary > file at all, I've tried 1.7.9, the binary crashes (as all other versions) > with a: missing MIME/Types.pm > Now, I know Mandrake's Perl distro is a bit queer, but downloading other RPMS > from RedHat didn't help at all. Do you happen to know what package provides > the missing file(s)? This is very odd... Does the installation script give any errors when you run it? It should download MIME-Types-0.02.tar.gz from CPAN and this should install clean... if not, there should be some errors... Try downloading the tarball from CPAN yourself (http://www.cpan.org) and installing it by hand... does it give any errors? -CZ |
From: Michael B. <mic...@cs...> - 2000-11-06 11:41:48
|
> This is very odd... Does the installation script give any errors when you > run it? all other versions) > This is exactly what I get from it on the command line: fetching Gtk::XmHTML found DBI found MIME:Base64 found IO::wrap found MIME:Parser found Mail::Header found URI::URL found IO::Socket .... and nothing else, the dialog box exits zithout doing anything else... > It should download MIME-Types-0.02.tar.gz from CPAN and this should > install clean... if not, there should be some errors... Try downloading > the tarball from CPAN yourself (http://www.cpan.org) and installing > it by hand... does it give any errors? right, we're getting closer... compiling the module yields: "Looks good error: unable to locate installed Perl lirbaries or Perl source code" (looking for /usr/lib/perl5/5.6.0/i386-linux/CORE/perl.h) I've got the following mdk RPMS installed: perl-base 5.600 perl 5.600 perl-MIME-base64 2.11 perl-IO-stringy 1.213 perl-digest-MD5 2.11 perl-HTML-parser 3.11 perl-mailtools 1.14 perl-libnet 1.0703 perl-Net_SSLeay 1.05 perl-Msgcat-1.03 perl-DB_file 1.73 perl-URI 1.09 perl-PDL 2.101 perl-MIME-tools 5.311 perl-HTML-SimpleParse 0.10 perl-DBI 1.14 perl-libwww-perl 5.48 perl-Data-ShowTable 3.3 eperl 2.2.14 perl-Term-Readline-Gnu 1.09 is perl.h supposed to be in any of these RPMS? Michael |
From: Steven K. <sk...@st...> - 2000-11-06 14:56:37
|
On Mon, 6 Nov 2000 11:37:54 +0000, Michael Blatt said: > right, we're getting closer... > compiling the module yields: > > "Looks good > > error: unable to locate installed Perl lirbaries or Perl source code" > > (looking for /usr/lib/perl5/5.6.0/i386-linux/CORE/perl.h) > is perl.h supposed to be in any of these RPMS? Nope... perl.h is in perl-devel-5.600-18mdk.i586.rpm (according to rpmfind.net) -CZ |
From: Michael B. <mic...@cs...> - 2000-11-06 19:03:17
|
> Nope... perl.h is in perl-devel-5.600-18mdk.i586.rpm (according to okay, got that it compiles fine (did before, sort of) but crashes with undefined symbol in libgtkhtml.so.4: new_pspell_config... shouldn't happen... I'll try installing pspell-devel*rpm... 5 minutes later... still not running, I'll try and compile again.... one loooong compile later... nope, same error shows up: it loads, I can briefly see a window, and then: HTML widget is GtkHTML perl: error in loading shared libraries: /usr/lib/gtkhtml.so.4 undefined symbol: new_pspell_config ????? am lost now starting to hate Mandrake just like other distros Michael |
From: Steven K. <sk...@st...> - 2000-11-06 20:13:13
|
On Mon, 6 Nov 2000 18:59:27 +0000, Michael Blatt said: > HTML widget is GtkHTML > perl: error in loading shared libraries: /usr/lib/gtkhtml.so.4 undefined > symbol: new_pspell_config I haven't done any testing with GtkHTML since version 0.4 .. and never on Mandrake... You might want to try CscHTML, since it doesn't have all the gnome dependancies, it tends to compile a bit easier/cleaner (Why does an HTML widget need a spellchecking library linked in again????) -CZ |
From: Michael B. <mic...@cs...> - 2000-11-06 20:58:47
|
> I haven't done any testing with GtkHTML since version 0.4 .. and never on > Mandrake... You might want to try CscHTML, since it doesn't have all the > gnome dependancies, it tends to compile a bit easier/cleaner It worked, HTML widget is:text however. did i miss anything? must say I haven't foudn anything about cscHTML just uninstalled GtkHTML but it works! > > (Why does an HTML widget need a spellchecking library linked in again????) errr.... wouldn't know really... spell checking HTML instructions (haha)?? just crazy people thanks a lot everyone now I can wipe off kmail but minibrowser fails "can't locate object method init via package CSC::HTML at /usr/bin/cscbrowser line 34, can't ignore CHLD signal, forcing to default" ... and nothing else happens. now i take it CSC::HTML is internal HTML support is it? or am I missing (yet) another package? Michael |
From: Steven K. <sk...@st...> - 2000-11-06 22:52:22
|
On Mon, 6 Nov 2000 20:54:53 +0000, Michael Blatt said: > It worked, HTML widget is:text however. > did i miss anything? must say I haven't foudn anything about cscHTML > just uninstalled GtkHTML Yeah, 1.7.x doesn't require an HTML widget... but it is much nicer with one! hehe CscHTML is at http://www.cscmail.net/cschtml -CZ |