Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: MrToga on May 11, 2022, 07:48:45 AM
-
Hi guys,
I'm trying to use apr-util-dev so I loaded it with :
tce-load -wi apr-util-dev
But when I search some of the extension's file in my piCore I only found it in /tmp repertory like this :
/tmp/tcloop/apr-util-dev/usr/local/include/apr-1
But I want this file to be in /usr/local/include/apr-1
Any toughts ?
-
That's how extensions work.
Files in the extension mounted at /tmp/tcloop/usr/local/include/apr-1/... will be sym-linked to /usr/local/include/apr-1/...
are the sym-links there?
-
Hi Paul
the seem link does not seem to appear that's my problem do you have any idea?
-
For example :
I have /tmp/tcloop/apr-util-dev/usr/local/include/apr-1/apr_hooks.h
But i don't have /usr/local/include/apr-1/apr_hooks.h with apr_hooks.h being a symlink
-
Resolved
Don't know why but apr-util seem to work now