Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

yes you are absolutely right, the DBD::ODBC module is not installed. If i try to install i get this message:

cpan1> install DBD::ODBC

Reading '/Users/xxxx/.cpan/Metadata'

Database was generated on Mon, 21 Jan 2019 01:54:44 GMT

Running install for module 'DBD::ODBC'

Running make for M/MJ/MJEVANS/DBD-ODBC-1.60.tar.gz

Checksum for /Users/xxxx/.cpan/sources/authors/id/M/MJ/MJEVANS/DBD-ODBC-1.60.tar.gz ok

Scanning cache /Users/xxxx/.cpan/build for sizes

............................................................................DONE

CPAN.pm: Building M/MJ/MJEVANS/DBD-ODBC-1.60.tar.gz

**********

Remember to actually *READ* the README file!

And re-read it if you have any problems.

**********

OSNAME: darwin

LANG: de_CH.UTF-8

ODBCHOME:

LD_LIBRARY_PATH:

DBROOT:

WINDIR:

II_SYSTEM:

DBD_ODBC_UNICODE:

Perl: 5.018002

ExtUtils::MakeMaker: 6.66

Command line options:

x! = undef

u! = undef

o=s =

g! = 0

e! = undef

w! = undef

Your LANG environment variable is set to "de_CH.UTF-8"

This is known to cause problems in some perl installations - even stopping

this Makefile.PL from running without errors. If you have problems please

try re-running with LANG unset or with the utf part of LANG removed.

You are using a Perl configured with threading enabled.

Please read the warnings in DBI about this.

You should also be aware that on non-Windows platforms ODBC drivers come

n two forms, thread-safe and non-thread-safe drivers and you may need

to make sure you are using the right one.

Press return to continue...

Looking for odbc_config in : nowhere

Looking for odbc_config in (PATH) /Library/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin

Found odbc_config (via odbc_config) version 2.3.7

odbc_config reports --prefix=/usr/local/Cellar/unixodbc/2.3.7

odbc_config reports --include-prefix=/usr/local/Cellar/unixodbc/2.3.7/include

odbc_config reports --lib-prefix=/usr/local/Cellar/unixodbc/2.3.7/lib

ODBC INC dir set to /usr/local/Cellar/unixodbc/2.3.7/include via odbc_config

ODBC LIB dir set to /usr/local/Cellar/unixodbc/2.3.7/lib via odbc_config

Using ODBCHOME /usr/local/Cellar/unixodbc/2.3.7

This looks like a unixodbc type of driver manager.

Looking for odbcinst

Found odbcinst in /usr/local/Cellar/unixodbc/2.3.7/bin

odbcinst -j reports:

unixODBC 2.3.7

DRIVERS............: /usr/local/etc/odbcinst.ini

SYSTEM DATA SOURCES: /usr/local/etc/odbc.ini

FILE DATA SOURCES..: /usr/local/etc/ODBCDataSources

USER DATA SOURCES..: /var/root/.odbc.ini

SQLULEN Size.......: 8

SQLLEN Size........: 8

SQLSETPOSIROW Size.: 8

Please note these files as they are where you define your ODBC drivers and data sources.

Looking for odbc_config to get cflags

Adding odbc_config --cflags "-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG_INT=8 -I/usr/local/Cellar/unixodbc/2.3.7/include " to CC line

Warning: LD_LIBRARY_PATH= doesn't include /usr/local/Cellar/unixodbc/2.3.7/lib

Checking if your kit is complete...

Looks good

Using DBI 1.631 (for perl 5.018002 on darwin-thread-multi-2level) installed in /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level/auto/DBI/

Using DBI 1.631 (for perl 5.018002 on darwin-thread-multi-2level) installed in /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level/auto/DBI/

Writing Makefile for DBD::ODBC

Writing MYMETA.yml and MYMETA.json

Warning: not all required environment variables are set.

Warning: Will not be able to run tests as you have not defined

all of DBI_DSN, DBI_USER and DBI_PASS environment variables.

cp Changes blib/lib/DBD/ODBC/Changes.pm

cp FAQ blib/lib/DBD/ODBC/FAQ.pm

cp TO_DO blib/lib/DBD/ODBC/TO_DO.pm

cp ODBC.pm blib/lib/DBD/ODBC.pm

cc -c -DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG_INT=8 -I/usr/local/Cellar/unixodbc/2.3.7/include -I/usr/local/Cellar/unixodbc/2.3.7/include -I. -I/System/Library/Perl/Extras/5.18/darwin-thread-multi-2level/auto/DBI -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"1.60\" -DXS_VERSION=\"1.60\" -iwithsysroot "/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG_INT=8 -I/usr/local/Cellar/unixodbc/2.3.7/include -I/usr/local/Cellar/unixodbc/2.3.7/include ConvertUTF.c

make: *** No rule to make target `/System/Library/Perl/Extras/5.18/darwin-thread-multi-2level/auto/DBI/Driver_xst.h', needed by `ODBC.xsi'. Stop.

MJEVANS/DBD-ODBC-1.60.tar.gz

/usr/bin/make -- NOT OK

'YAML' not installed, will not store persistent state

Running make test

Can't test without successful make

Running make install

Make had returned bad status, install seems impossible

Failed during this command:

MJEVANS/DBD-ODBC-1.60.tar.gz : make NO


In reply to Re^2: install_driver(ODBC) mac mojave 10.14.2 by raventheone
in thread install_driver(ODBC) mac mojave 10.14.2 by raventheone

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-24 21:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found