在Windows中使用Perl连接到Sybase数据库而无需Sybase客户端
我正在尝试使用 Perl 连接到 Sybase。我试图使用 DBD::Sybase 来执行此操作,但是当尝试使用 perl Makefile.PL 安装 DBD::Sybase 时,出现以下错误:
请在 CONFIG 中设置 SYBASE,或在 Makefile.PL 中设置 $SYBASE 环境变量第 120 行,第 44 行。
我相信我得到这个是因为我的计算机上没有安装 Sybase 客户端。有什么办法解决这个问题吗?由于企业限制,我无法下载Sybase客户端。如果有人可以向我指出以压缩格式分发 Sybase 的源,那么也许我可以下载该源(我没有下载 .exe 文件的权限)。
I an trying to connect to Sybase with Perl. i was trying to use DBD::Sybase to do that but when trying to install DBD::Sybase using perl Makefile.PL, I get the following error:
Please set SYBASE in CONFIG, or set the $SYBASE environment variable at Makefile.PL line 120, line 44.
I believe I am getting this because i don't have Sybase client installed on my machine. Is there any way around this? I cannot download Sybase client due to enterprise restrictions. If anyone could point me to a source that distributes Sybase in compressed format, then maybe I could download that(I don't have permission to download .exe files).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看greeted.org 看来你可以用sybperl来配合它。
Look at greeted.org It seems that you can use sybperl with it.