mx53 ltib install error ubuntu 13.10 x86_64

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

mx53 ltib install error ubuntu 13.10 x86_64

Jump to solution
770 Views
txbest
Contributor II

Hello everyone!

     Here I come across a problem

     When I install L2.6.35_11.09.01_ER_source ltib in my PC (ubuntu 13.10 x86_64),the system tell me that:

qm_ubuntu@qm:~/ltib$ ./ltib

 

Installing host support packages.

 

This only needs to be done once per host, but may take up to

an hour to complete ...

 

If an error occurs, a log file with the full output may be found in:

/home/qm_ubuntu/ltib/host_config.log

 

Exiting on error or interrupt

Please see >> /home/qm_ubuntu/ltib/host_config.log for details

qm_ubuntu@qm:~/ltib$ gedit host_config.log


In the log , there seems to be a Compile problem such as:


../rpmio/.libs/librpmio.so: undefined reference to `aio_suspend'
../rpmdb/.libs/librpmdb.so: undefined reference to `pthread_condattr_setpshared'
../rpmdb/.libs/librpmdb.so: undefined reference to `pthread_mutexattr_setpshared'
../rpmio/.libs/librpmio.so: undefined reference to `aio_return'
../rpmdb/.libs/librpmdb.so: undefined reference to `pthread_mutex_trylock'
../rpmio/.libs/librpmio.so: undefined reference to `aio_read'
../rpmdb/.libs/librpmdb.so: undefined reference to `pthread_mutexattr_init'
../rpmio/.libs/librpmio.so: undefined reference to `aio_error'
../rpmdb/.libs/librpmdb.so: undefined reference to `pthread_mutexattr_destroy'
../rpmio/.libs/librpmio.so: undefined reference to `aio_cancel'
collect2: error: ld returned 1 exit status
make[2]: *** [dump] Error 1


The "host_config.log" was attached down there,does anyone know what problem is it!


Thank you a lot !!!!!

Original Attachment has been moved to: host_config.log.zip

Tags (2)
0 Kudos
1 Solution
565 Views
txbest
Contributor II

Finally I think I have found the solution.The problem is mainly abort that the libs under x86_64 version have someting different from the x86 version

so ,just do as followed:

  1. sudo ln -s /usr/lib/x86_64-linux-gnu/librt.so /usr/lib/librt.so
  2. Reboot


Then "./ltib" again!!

View solution in original post

0 Kudos
1 Reply
566 Views
txbest
Contributor II

Finally I think I have found the solution.The problem is mainly abort that the libs under x86_64 version have someting different from the x86 version

so ,just do as followed:

  1. sudo ln -s /usr/lib/x86_64-linux-gnu/librt.so /usr/lib/librt.so
  2. Reboot


Then "./ltib" again!!

0 Kudos