bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: reiserfs support problem!


From: robotti
Subject: Re: Re: reiserfs support problem!
Date: Fri, 17 May 2002 00:06:11 +0700

On May 17, 02, address@hidden wrote:
>address@hidden wrote:
>
>>This is parted 1.6.1.
>>
>>I have /usr/lib/libreiserfs.a from progsreiserfs v0.3.1-rc2
>>installed.
>>
>>When I run configure it doesn't check for libreiserfs.
>>
>>If I change this configure line
>>
>>if test "$enable_dynamic_loading" = no -a "$enable_discover_only" = no; then
>>
>>to this.
>>
>>if test "$enable_dynamic_loading" = yes -a "$enable_discover_only" = no; then
>>
>>It checks for libreiserfs but says it can't find reiserfs_fs_probe.
>>
>>/configure
>>
>>checking for dlopen in -ldl... yes
>>checking for uuid_generate in -luuid... yes
>>checking for reiserfs_fs_probe in -lreiserfs... no
>>checking for library containing tgetent... -lncurses
>>checking for readline in -lreadline... yes
>>
>>
>Hi!
>I'm developer of libreiserfs
>
>At the moment parted works with libreiserfs that has interface version
>0. (i.e. 0.3.0, 0.3.0.1, 0.3.0.2, 0.3.0.3)
>Starting from 0.3.1 libreiserfs adds a lot of features like resizing
>from start and journal reading support. And it is need to change
>interface. Therefore parted ws unable to find reiserfs_fs_probe due to
>reiserfs_fs_probe has new interface.
>
>Parted has check for interface numer. If it is not correct one, parted
>disables reiserfs support.

I see, thanks.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]