Jump to content

Trouble installing program


Recommended Posts

well I'm not a developer

all I know is if I ever need to compile something I fix as many of those ./configure errors as I can.

 

example/s

silc.pc

do

urpmf silc.pc

and install the pkg it is in

 

libstartup-notification-1.0.pc

urpmf libstartup-notification-1.0.pc

 

audiofile-config

urpmf audiofile-config

 

find theme all and install them. You could startup rpmdrake and search for devel and start installing stuff, if you have the space. Devel pkgs do not take up much space and as you can see, they come in handy at times.

Link to comment
Share on other sites

  • Replies 72
  • Created
  • Last Reply

Top Posters In This Topic

Ok I installed everything it said it didnt have except silc.pc because urpmf couldnt find it. And it also still shows this:

 

checking for ao... no

*** Could not run ao test program, checking why...

*** The test program failed to compile or link. See the file config.log for the

*** exact error that occured. This usually means ao was incorrectly installed

*** or that you have moved ao since it was installed.

Link to comment
Share on other sites

Ok I got the ao thing taken care of. Do I really need the silc thing? Is it vital for gaim to work? Also I found this alot in the config file:

 

configure: failed program was:

| /* confdefs.h. */

 

Normal?

Link to comment
Share on other sites

has to be a

.src.rpm

and best if

.mdk.src.rpm

 

rpmbuild --rebuild <name_of _pkg.mdk.src.rpm>

 

see man rpmbuild for opt

 

it biulds and rpm that it'll put in

/usr/src/RPM/RPMS/iXXX ....

that you can install with

rpm -ivh /usr/src/RPM/RPMS/ixxx/<name_of _pkg.ixxx.mdk.rpm>

 

when the build finishes...look up about 210 to 20 lines for

 

Wrote /usr/src/RPM/RPMS bla bla bla

Edited by bvc
Link to comment
Share on other sites

in case you wanna know what happens with a source rom....that's all it is...the tarball source in an rpm pkg, extracted, and includes edited makfiles and config files for mandrake. Like,

./configure --prefix=/usr

is already there for you along with anything else that is distro specific like menu entries. Quite convenient. You can see all this in /usr/src/RPM/>>>

Edited by bvc
Link to comment
Share on other sites

Try this rpm for silc.pc

 

rpm.pbone.net is a good site for tracking down rpms, and for finding which rpms contain which files.

 

Source rpms contain a specfile, which amongst other things contains a list of dependencies for the finished package - the rpm will warn you of these deps when you try to install it.

Link to comment
Share on other sites

has to be a

.src.rpm

and best if

.mdk.src.rpm

 

rpmbuild --rebuild <name_of _pkg.mdk.src.rpm>

 

see man rpmbuild for opt

 

it biulds and rpm that it'll put in

/usr/src/RPM/RPMS/iXXX ....

that you can install with

rpm -ivh /usr/src/RPM/RPMS/ixxx/<name_of _pkg.ixxx.mdk.rpm>

 

when the build finishes...look up about 210 to 20 lines for

 

Wrote /usr/src/RPM/RPMS bla bla bla

 

I keep getting this message:

 

bash: rpmbuild: command not found

Link to comment
Share on other sites

Just "urpmi rpm-build"? I typed in "urpmi rpm-build --rebuild gaim-1.1.2-0.src.rpm" and got this:

 

Unknown option: r

One of the following packages is needed:

1- automake1.6-1.6.3-2mdk.noarch : A GNU tool for automatically creating Makefiles. (to install)

2- automake1.9-1.9-1mdk.noarch : A GNU tool for automatically creating Makefiles. (to install)

3- automake1.7-1.7.9-2mdk.noarch : A GNU tool for automatically creating Makefiles. (to install)

4- automake1.8-1.8.5-1mdk.noarch : A GNU tool for automatically creating Makefiles. (to install)

5- automake1.4-1.4-25.p6.mdk.noarch : A GNU tool for automatically creating Makefiles. (to install)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share


×
×
  • Create New...