0

I need your help,i use 'yum' command to install xsp by this following command,

sudo yum install xsp

then i tried to ensure that xsp is installed or not,

[root@vultr src]# xsp -v
Cannot open assembly '/usr/lib/mono/4.5/xsp2.exe': No such file or directory.

can somebody help me?

1 Answers1

0

try this:

yum remove xsp
yum install xsp-4.2-2.el7.x86_64

or run this to see what is available (I could not find any xsp2.exe):

yum whatprovides /usr/lib/mono/4.5/*
Martin Zeitler
  • 1
  • 19
  • 155
  • 216