Bug 430933

Summary: --load-dir rejects pathnames with components that star or end with "."
Product: Red Hat Enterprise MRG Reporter: Alan Conway <aconway>
Component: qpid-cppAssignee: Ted Ross <tross>
Status: CLOSED CURRENTRELEASE QA Contact: Kim van der Riet <kim.vdriet>
Severity: low Docs Contact:
Priority: low    
Version: betaCC: iboverma
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-08-21 16:47:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Alan Conway 2008-01-30 17:51:12 UTC
Description of problem:

This works:
 ../qpidd --load-module ../.libs/libqpidcluster.so
but not this:
 ../qpidd --load-dir ../.libs
boost::filesystem::path: invalid name ".libs" in path: "../.libs"

.libs is not an invalid directory or file name, this should work.
It appears to be rejecting directory names with a component that starts or ends "."

Comment 1 Mike Bonnet 2008-02-29 16:43:10 UTC
qpidd-0.2-24.el5, qpidc-0.2-24.el5, and rhm-0.2-18.el5 have been pushed to the staging repo for testing