Skip Menu |

This queue is for tickets about the DBD-TSM CPAN distribution.

Report information
The Basics
Id: 33807
Status: resolved
Priority: 0/
Queue: DBD-TSM

People
Owner: lbendavid [...] cpan.org
Requestors: manon [...] manon.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: DBD::TSm and Apple OS X
Date: Tue, 04 Mar 2008 19:38:26 +0100
To: bug-DBD-TSM [...] rt.cpan.org
From: Manon Goo <manon [...] manon.de>
Hi this patch was helpful for me Manon --- Makefile.PL~ 2005-03-22 22:05:59.000000000 +0100 +++ Makefile.PL 2008-03-04 19:34:21.000000000 +0100 @@ -33,6 +33,10 @@ File::Spec->catfile("","usr","bin","dsmadmc"), File::Spec->catfile("","usr","tivoli","tsm","client","ba","bin","dsm.sys"), ); + ($^O eq 'darwin') and return (File::Spec->catfile("", "Library", "Application Support", "tivoli", "tsm" , "client" , "ba", "bin"), + File::Spec->catfile("", "Library", "Application Support", "tivoli", "tsm" , "client" , "ba", "bin", "dsmadmc" ), + File::Spec->catfile("", "Library", "Preferences", "Tivoli Storage Manager", "dsm.opt"), + ); ($^O eq 'MSWin32') and return (File::Spec->catfile($ENV{ProgramFiles},"tivoli","tsm","baclient"), File::Spec->catfile($ENV{ProgramFiles},"tivoli","tsm","baclient","dsmadmc"), File::Spec->catfile($ENV{ProgramFiles},"tivoli","tsm","baclient","dsm.opt"), -- Manon Goo Dembach Goo Informatik GmbH & Co KG Untersachsenhausen 33 D-50667 Köln Tel: +49 221 801483 0 Mobil: +49 177 8091974 Fax: +49 221 801483 20 Email: manon@dg-i.net Amtsgericht Köln HRA 22794, UST ID: DE242 159 527 Geschäftsführer: Manon Goo, Andreas Dembach Haftende Gesellschafterin: Dembach Goo Verwaltungs GmbH
Download signature.asc
application/pgp-signature 887b

Message body not shown because it is not plain text.

I add your patch in the release 0.11. I add 'darwin' to the os tested by 'make test'. Give me your feed back ! Full test need to have a configured TSM database (minimum: one domain and one node). For your information, I use to way to find files : - hard way during configure - using DSM_DIR and DSM_CONFIG environment variable if it's set