All of lore.kernel.org
 help / color / mirror / Atom feed
* small problem configuring and installing reiser4progs
@ 2003-08-27  1:11 Tupshin Harper
  2003-08-27  4:16 ` Steven Cole
  2003-08-27  5:23 ` Yury Umanets
  0 siblings, 2 replies; 4+ messages in thread
From: Tupshin Harper @ 2003-08-27  1:11 UTC (permalink / raw)
  To: Reiserfs List

I just downloaded and installed reiser4progs-0.4.12 and libaal-0.4.9. 
This was the first install of either of these, and I ran into the 
following problem:
configured and make installed libaal-0.4.9
configure of reiser4progs ends with the following:
checking whether -falign-loops works... yes
checking for aal_device_open in -laal... yes
checking aal/aal.h usability... yes
checking aal/aal.h presence... yes
checking for aal/aal.h... yes
checking for libaal version = 0.4.9... no

It ends there, without any indication that there was a fatal error, but 
it didn't build the Makefiles. So, two problems...insufficient error 
reporting, as well as a slight problem with the process. After running 
ldconfig, configure works just fine.

-Tupshin




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: small problem configuring and installing reiser4progs
  2003-08-27  1:11 small problem configuring and installing reiser4progs Tupshin Harper
@ 2003-08-27  4:16 ` Steven Cole
  2003-08-27  5:23 ` Yury Umanets
  1 sibling, 0 replies; 4+ messages in thread
From: Steven Cole @ 2003-08-27  4:16 UTC (permalink / raw)
  To: Tupshin Harper; +Cc: Reiserfs List

On Tue, 2003-08-26 at 19:11, Tupshin Harper wrote:
> I just downloaded and installed reiser4progs-0.4.12 and libaal-0.4.9. 
> This was the first install of either of these, and I ran into the 
> following problem:
> configured and make installed libaal-0.4.9
> configure of reiser4progs ends with the following:
> checking whether -falign-loops works... yes
> checking for aal_device_open in -laal... yes
> checking aal/aal.h usability... yes
> checking aal/aal.h presence... yes
> checking for aal/aal.h... yes
> checking for libaal version = 0.4.9... no
> 
> It ends there, without any indication that there was a fatal error, but 
> it didn't build the Makefiles. So, two problems...insufficient error 
> reporting, as well as a slight problem with the process. After running 
> ldconfig, configure works just fine.
> 
> -Tupshin
> 
Yeah, I flailed around with this problem for a couple of minutes too.
I also ran /sbin/ldconfig, but still got the above, so I added the
install directory for libaal (I think it is /usr/local/bin, but I don't
have it here) to /etc/ld.so.conf, and ran ldconfig again, and after that
everything worked.  I guess if I really understood this better, it
wouldn't have been even that hard, but general users shouldn't have to
jump through these hoops.

Steven


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: small problem configuring and installing reiser4progs
  2003-08-27  1:11 small problem configuring and installing reiser4progs Tupshin Harper
  2003-08-27  4:16 ` Steven Cole
@ 2003-08-27  5:23 ` Yury Umanets
  2003-08-27  5:47   ` Tupshin Harper
  1 sibling, 1 reply; 4+ messages in thread
From: Yury Umanets @ 2003-08-27  5:23 UTC (permalink / raw)
  To: Tupshin Harper; +Cc: Reiserfs List

On Wed, 2003-08-27 at 05:11, Tupshin Harper wrote:
> I just downloaded and installed reiser4progs-0.4.12 and libaal-0.4.9. 
> This was the first install of either of these, and I ran into the 
> following problem:
> configured and make installed libaal-0.4.9
> configure of reiser4progs ends with the following:
> checking whether -falign-loops works... yes
> checking for aal_device_open in -laal... yes
> checking aal/aal.h usability... yes
> checking aal/aal.h presence... yes
> checking for aal/aal.h... yes
> checking for libaal version = 0.4.9... no
> 
> It ends there, without any indication that there was a fatal error, but 
> it didn't build the Makefiles. So, two problems...insufficient error 
> reporting, as well as a slight problem with the process. After running 
> ldconfig, configure works just fine.
> 
> -Tupshin
> 
> 

That is because your ldcache is still not updated. Run ldconfig under root first.

Regards.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: small problem configuring and installing reiser4progs
  2003-08-27  5:23 ` Yury Umanets
@ 2003-08-27  5:47   ` Tupshin Harper
  0 siblings, 0 replies; 4+ messages in thread
From: Tupshin Harper @ 2003-08-27  5:47 UTC (permalink / raw)
  To: Yury Umanets; +Cc: Reiserfs List

Yury Umanets wrote:

>On Wed, 2003-08-27 at 05:11, Tupshin Harper wrote:
>  
>
>>I just downloaded and installed reiser4progs-0.4.12 and libaal-0.4.9. 
>>This was the first install of either of these, and I ran into the 
>>following problem:
>>configured and make installed libaal-0.4.9
>>configure of reiser4progs ends with the following:
>>checking whether -falign-loops works... yes
>>checking for aal_device_open in -laal... yes
>>checking aal/aal.h usability... yes
>>checking aal/aal.h presence... yes
>>checking for aal/aal.h... yes
>>checking for libaal version = 0.4.9... no
>>
>>It ends there, without any indication that there was a fatal error, but 
>>it didn't build the Makefiles. So, two problems...insufficient error 
>>reporting, as well as a slight problem with the process. After running 
>>ldconfig, configure works just fine.
>>
>>-Tupshin
>>
>>
>>    
>>
>
>That is because your ldcache is still not updated. Run ldconfig under root first.
>
>Regards.
>
>
>  
>
Uh...yeah...I thought I was clear that that was exactly what I did. 
Thanks, though.

-Tupshin


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-08-27  5:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-27  1:11 small problem configuring and installing reiser4progs Tupshin Harper
2003-08-27  4:16 ` Steven Cole
2003-08-27  5:23 ` Yury Umanets
2003-08-27  5:47   ` Tupshin Harper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.