Find the answer to your Linux question:
Results 1 to 3 of 3
Hi, I'm using Ubuntu 10.04 and trying to compile RPM 4.4.2.3 source. I received the following error and I dunno what to do with that. My gcc version is 4.4.3 ...
  1. #1
    Just Joined!
    Join Date
    Aug 2009
    Posts
    23

    RPM 4.4.2.3 make issues

    Hi,
    I'm using Ubuntu 10.04 and trying to compile RPM 4.4.2.3 source. I received the following error and I dunno what to do with that. My gcc version is 4.4.3 and make version is 3.81

    Code:
    /usr/lib/libbeecrypt.so: undefined reference to `GOMP_parallel_sections_start'
    /usr/lib/libbeecrypt.so: undefined reference to `GOMP_parallel_end'
    /usr/lib/libbeecrypt.so: undefined reference to `GOMP_sections_next'
    /usr/lib/libbeecrypt.so: undefined reference to `GOMP_sections_end_nowait'
    collect2: ld returned 1 exit status
    make[3]: *** [rpmdb_archive] Error 1
    make[3]: Leaving directory `/root/Downloads/rpm-4.4.2.3/rpmdb'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/root/Downloads/rpm-4.4.2.3/rpmdb'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/root/Downloads/rpm-4.4.2.3'
    make: *** [all] Error 2
    Thanks for your help.
    Last edited by MikeTbob; 11-07-2010 at 04:54 PM. Reason: Added code tags

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Ubuntu does not use RPM packages. You might be able to convert them or something but for the most part you want to stick with the software that is available in your system repos. Which in your case, you want to launch synaptic from your system menu and install software from there.
    What are you trying to install?
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Just Joined!
    Join Date
    Aug 2009
    Posts
    23
    Quote Originally Posted by MikeTbob View Post
    Ubuntu does not use RPM packages. You might be able to convert them or something but for the most part you want to stick with the software that is available in your system repos. Which in your case, you want to launch synaptic from your system menu and install software from there.
    What are you trying to install?
    Thanks for your reply, sir. I'm trying to install an old LTIB version. It requires older RPM version (The one on my system is 4.7 or so). I must have old LTIB installed on my ubuntu 10.04 as it's for a legacy system support. So started "make & make install " but it failed in the make.

    Throw some light if you could!!!

Posting Permissions

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