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
Solved! Go to Solution.
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:
Then "./ltib" again!!
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:
Then "./ltib" again!!