WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Problem with apr-util-dev  (Read 875 times)

Offline MrToga

  • Full Member
  • ***
  • Posts: 142
Problem with apr-util-dev
« on: May 11, 2022, 04: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 ?
It's fine

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1078
Re: Problem with apr-util-dev
« Reply #1 on: May 11, 2022, 05: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?

Offline MrToga

  • Full Member
  • ***
  • Posts: 142
Re: Problem with apr-util-dev
« Reply #2 on: May 11, 2022, 05:31:24 AM »
Hi Paul

the seem link does not seem to appear that's my problem do you have any idea?
It's fine

Offline MrToga

  • Full Member
  • ***
  • Posts: 142
Re: Problem with apr-util-dev
« Reply #3 on: May 11, 2022, 05: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
It's fine

Offline MrToga

  • Full Member
  • ***
  • Posts: 142
Re: Problem with apr-util-dev
« Reply #4 on: May 11, 2022, 07:03:12 AM »
Resolved

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