Hah! It was something simple - glad you solve the issue.
No, not simple. I'd like to know what changed and when that started that requirement. I never needed that additional location before.
Darrell
On 02/13/2014 11:17 PM, Darrell Anderson wrote:
Hah! It was something simple - glad you solve the issue.
No, not simple. I'd like to know what changed and when that started that requirement. I never needed that additional location before.
Darrell
Then something must have changed with your tqtinterface install, because I have always handled it manually there:
# Create and install ld.so.conf.d file install -d -m755 $pkgdir/etc/ld.so.conf.d/ echo ${_tdedir}/lib > $pkgdir/etc/ld.so.conf.d/trinity.conf echo ${_tdedir}/lib/trinity >> $pkgdir/etc/ld.so.conf.d/trinity.conf
ldconfig is then called by the post-install script.