Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add install Net::SDP #391

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add install Net::SDP #391

wants to merge 1 commit into from

Conversation

jshawl
Copy link

@jshawl jshawl commented Dec 31, 2015

Without installing, users receive the following error:

Can't locate Net/SDP.pm in @INC (you may need to install the Net::SDP
module) (@INC contains: /Library/Perl/5.18/darwin-thread-multi-2level
/Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level
/Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2
/System/Library/Perl/5.18/darwin-thread-multi-2level
/System/Library/Perl/5.18
/System/Library/Perl/Extras/5.18/darwin-thread-multi-2level
/System/Library/Perl/Extras/5.18 .) at shairport.pl line 48.
BEGIN failed--compilation aborted at shairport.pl line 48.

Without installing, users receive the following error:

```
Can't locate Net/SDP.pm in @inc (you may need to install the Net::SDP
module) (@inc contains: /Library/Perl/5.18/darwin-thread-multi-2level
/Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level
/Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2
/System/Library/Perl/5.18/darwin-thread-multi-2level
/System/Library/Perl/5.18
/System/Library/Perl/Extras/5.18/darwin-thread-multi-2level
/System/Library/Perl/Extras/5.18 .) at shairport.pl line 48.
BEGIN failed--compilation aborted at shairport.pl line 48.
```
@abrasive
Copy link
Owner

abrasive commented Jan 1, 2016

This patch is against the originally released Perl/C hybrid design (versions 0.0x). The current master branch is a monolithic C implementation (1.x) and doesn't use Perl at all. You should probably upgrade, unless there is a reason 0.0x is better for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants