Find the answer to your Linux question:
Results 1 to 7 of 7
Sylpheed 2.4.8-2 Ubuntu - Hardy Heron I have recently switched email pop3 client to Sylpheed. I need to import a large address book. When using the feature "Import comma delimited ...
  1. #1
    Just Joined!
    Join Date
    Oct 2008
    Posts
    12

    Sylpheed dilemma

    Sylpheed 2.4.8-2
    Ubuntu - Hardy Heron


    I have recently switched email pop3 client to Sylpheed. I need to import a large address book.

    When using the feature "Import comma delimited File", Sylpheed seems to carry out the operation and then crashes, closing.

    The new address file is not saved.

    I see that this is a known bug in this version of Sylpheed, so I tried to install a later version.

    The latest version in the repository is 2.4.8-2, but versions exist upto 2.7.1.

    I tried to install this from the tar.gz file, but could find no effective instructions and no easy way to do this. Part of the problem seems to be that later Sylpheeds are written for versions of Ubuntu later than 8.04.

    So which way do I jump? Try to fix the 2.4.8 version? Or try to find a way to install 2.7.1?

    Any help would be appreciated. A step-by-step idiot's guide would be most welcome.

    Joey

  2. #2
    Linux Engineer hazel's Avatar
    Join Date
    May 2004
    Location
    Harrow, UK
    Posts
    955
    To build a package from a "tarball", you need to have the build-essential package installed. You can get it in the normal way via apt-get or synaptic if it isn't installed already.

    The actual build is usually very simple. Start by unpacking the tarball using gunzip and then tar -xf. It will give you a directory which you can enter. Read the README file and the INSTALL file if there is one. You will find your build instructions there. Nine times out of ten, it's a matter of giving three commands:
    Code:
    ./configure
    make
    sudo make install
    "I'm just a little old lady; don't try to dazzle me with jargon!"

  3. #3
    Just Joined!
    Join Date
    Oct 2008
    Posts
    12

    Sylpheed dilemma - install

    Quote Originally Posted by hazel View Post
    To build a package from a "tarball", you need to have the build-essential package installed. You can get it in the normal way via apt-get or synaptic if it isn't installed already.

    The actual build is usually very simple. Start by unpacking the tarball using gunzip and then tar -xf. It will give you a directory which you can enter. Read the README file and the INSTALL file if there is one. You will find your build instructions there. Nine times out of ten, it's a matter of giving three commands:
    Code:
    ./configure
    make
    sudo make install
    My thx for your reply, maybe it is not hopeless after all!

    OK, I found the files and read them. I came across:
    Please make sure that gtk-devel and glib-devel (or similar) packages are
    installed before the compilation
    But these files are simply not installed or listed in Synaptic.

    I then tried the sudo ./configure command. The output was:
    checking build system type... i686-pc-linux-gnulibc1
    checking host system type... i686-pc-linux-gnulibc1
    checking target system type... i686-pc-linux-gnulibc1
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for gcc... gcc
    checking for C compiler default output file name...
    configure: error: C compiler cannot create executables

    I tried a few other things, but I seem to be stuck. I could only fine the 2 files for SUSE. And I don't know what similar means.

    Can you give me a bit more to go on?
    Last edited by joel00; 02-19-2010 at 03:20 PM. Reason: Addendum

  4. #4
    Linux Engineer hazel's Avatar
    Join Date
    May 2004
    Location
    Harrow, UK
    Posts
    955
    Quote Originally Posted by joel00 View Post
    My thx for your reply, maybe it is not hopeless after all!

    OK, I found the files and read them. I came across:
    Please make sure that gtk-devel and glib-devel (or similar) packages are
    installed before the compilation
    But these files are simply not installed or listed in Synaptic.
    Can you give me a bit more to go on?
    Synaptic might call them libglib-devel and libgtk-devel (or -dev). They will be there somewhere. Look again.
    "I'm just a little old lady; don't try to dazzle me with jargon!"

  5. #5
    Just Joined!
    Join Date
    Oct 2008
    Posts
    12

    Sylpheed install2

    Quote Originally Posted by hazel View Post
    Synaptic might call them libglib-devel and libgtk-devel (or -dev). They will be there somewhere. Look again.
    Again, thx Hazel!

    Sylpheed 2.7.0.
    I found the files.
    I duly carried out the commands, which seemes to be OK
    It was necessary to use sudo, incidentally, otherwise no permissions.

    I cold booted the machine.

    I clicked on the Sylpheed icon. And...

    Nothing!!

    I then un-installed the existing (?) sylpheed and did the same all over again.

    And again nothing!


  6. #6
    Linux Engineer hazel's Avatar
    Join Date
    May 2004
    Location
    Harrow, UK
    Posts
    955
    When this sort of thing happens, you need to investigate systematically. By doing so, you will not only solve your problem but learn a lot about Linux. A panicky uninstall probably isn't the best way to go.

    1) Check that sylpheed was actually installed. Open a terminal and type which sylpheed.
    It should answer by showing the path to sylpheed. If it says that sylpheed isn't there, your build failed and we need to find out why.

    2) If sylpheed is there, try launching it from the terminal. Just type sylpheed. If it fails, you will get error messages. Paste them into a file and post them here.

    3) Go to the articles section of this forum and you will find an article called "How to solve problems in Linux". Read it and put it into action.
    "I'm just a little old lady; don't try to dazzle me with jargon!"

  7. #7
    Linux Engineer psic's Avatar
    Join Date
    Nov 2004
    Location
    Ljubljana, Slovenia
    Posts
    1,205
    Just a thought - you could also try Claws Mail, which was forked from Sylpheed years ago, but remains quite similar.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...