You are not logged in.

#1 2012-11-30 20:57:21

ebal
Member
From: Athens, Greece
Registered: 2009-05-26
Posts: 224
Website

[SOLVED] ntfs-3g

hi,

i need some help to understand an issue i have with ntfs-3g

$ pacman -Qpl ntfs-3g-2012.1.15-4-x86_64.pkg.tar.xz | head -1
ntfs-3g /lib/
$ tar xf ntfs-3g-2012.1.15-4-x86_64.pkg.tar.xz 
$ ls -ld lib
drwxr-xr-x 2 ebal ebal 40 Νοέ  13 15:05 lib

searching in ntfs-3g code i can see this:

483 if test "x${exec_prefix}" = "xNONE"; then
484         rootbindir="/bin"
485         rootsbindir="/sbin"
486         rootlibdir="/lib${libdir##*/lib}"
487 else
488         rootbindir="\$(bindir)"
489         rootsbindir="\$(sbindir)"
490         rootlibdir="\$(libdir)"
491 fi

testing with --exec-prefix to / or /usr
i was failed !

any ideas ?

Last edited by ebal (2012-12-02 19:26:44)


https://balaskas.gr
Linux System Engineer - Registered Linux User #420129

Offline

#2 2012-12-02 19:27:15

ebal
Member
From: Athens, Greece
Registered: 2009-05-26
Posts: 224
Website

Re: [SOLVED] ntfs-3g

solved by falconindy on SVN

-thanks dude


https://balaskas.gr
Linux System Engineer - Registered Linux User #420129

Offline

Board footer

Powered by FluxBB