Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: MrToga on May 11, 2022, 07:48:45 AM

Title: Problem with apr-util-dev
Post 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 :
Code: [Select]
tce-load -wi apr-util-devBut 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 ?
Title: Re: Problem with apr-util-dev
Post by: Paul_123 on May 11, 2022, 08:25:28 AM
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?
Title: Re: Problem with apr-util-dev
Post by: MrToga on May 11, 2022, 08:31:24 AM
Hi Paul

the seem link does not seem to appear that's my problem do you have any idea?
Title: Re: Problem with apr-util-dev
Post by: MrToga on May 11, 2022, 08:36:56 AM
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
Title: Re: Problem with apr-util-dev
Post by: MrToga on May 11, 2022, 10:03:12 AM
Resolved

Don't know why but apr-util seem to work now