PDA

View Full Version : [ubuntu] ldconfig deffered processing now taking place



limanoit
April 8th, 2009, 09:22 PM
Processing triggers for libc6 ...
ldconfig deferred processing now taking place


guys.
i got this error while installing gstreamer plugin for my decoder..
what does ldconfig mean ?

i tried re installing libc6. and re install everything .
any clue ? thanks

lloyd_b
April 8th, 2009, 09:28 PM
Processing triggers for libc6 ...
ldconfig deferred processing now taking place


guys.
i got this error while installing gstreamer plugin for my decoder..
what does ldconfig mean ?

i tried re installing libc6. and re install everything .
any clue ? thanks
This is NOT an error. "ldconfig" is the configuration for the shared library system. I believe that the "deferred processing" is something that's triggered by the install of certain packages, but which is not handled immediately for some reason.

In short - don't panic. There's nothing wrong.

Lloyd B.

bapoumba
April 8th, 2009, 09:29 PM
Processing triggers for libc6 ...
ldconfig deferred processing now taking place


guys.
i got this error while installing gstreamer plugin for my decoder..
what does ldconfig mean ?

i tried re installing libc6. and re install everything .
any clue ? thanks
This is not an error, or did you have other output?

http://linux.die.net/man/8/ldconfig
All the library config processes are deferred to the end of install rather than every time a package is installed when you have multiple updates for ex (saves time and bandwidth).
I cannot seem to find the ubuntu-devel thread that changed the behavior, that was several releases ago.

limanoit
April 8th, 2009, 09:30 PM
yah . i was googling and they said its not an error however the decoder that i am installing is not found yet. this is gstreamer mpeg 4 decoder that i am installing :(

bapoumba
April 8th, 2009, 09:35 PM
the decoder that i am installing is not found yet. this is gstreamer mpeg 4 decoder that i am installing :(
I'm not sure I understand. Which ubuntu release are you running, and which package are you trying to install? Please post the error to

sudo apt-get install <your package name here>
may be you do not have all the repositories enabled ?

limanoit
April 8th, 2009, 09:45 PM
hahah btw. do you enable all other repositories that by default is not enabled by ubuntu?

i usually find the actual file off the internet and install myself . if I have all others repositories that would be helpful.. isnt it?

thanks..