This section provides troubleshooting tips that are specific to the Perl SDK.
If you get an error similar to the following:
Can't locate SybaseC8/Publisher.pm in @INC (@INC contains: /usr/lib/perl5/5.8/cygwin /usr/lib/perl5/5.8 /usr/lib/perl5/site_perl/5.8/cygwin /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/site_perl/5.8/cygwin /usr/lib/perl5/site_perl/5.8 /usr/lib/per l5/vendor_perl/5.8/cygwin /usr/lib/perl5/vendor_perl/5.8 /usr/lib/perl5/vendor_perl/5.8/cygwin /usr/lib/perl5/vendor_perl/5.8 .) at examples/sybasec8_publish.pl line 10. . . .
The most likely cause is that you have not set your Perl include path to include the Sybase CEP directory that includes the Perl modules. To configure your environment properly, see Prerequisites.
If you get an error similar to the following:
Can't locate URI/URL.pm in . . .
The most likely cause is that you have not set your path to include the appropriate CPAN modules. For a list of these modules, see Specifying the Path to the Library Files. If you have not acquired these modules, you may need to do so. If you have acquired them, you need to set your perl include path to include these modules.
Additional troubleshooting tips are in Troubleshooting